You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we hardcode our news items on the monarch ui; however it would be much easier if we could fetch this from the RSS feed. There doesn't seem to be a good way to do this from the browser because they block CORS. We could use https://cors-anywhere.herokuapp.com/https://medium.com/feed/@monarchinit but this seems hacky.
Currently we hardcode our news items on the monarch ui; however it would be much easier if we could fetch this from the RSS feed. There doesn't seem to be a good way to do this from the browser because they block CORS. We could use https://cors-anywhere.herokuapp.com/https://medium.com/feed/@monarchinit but this seems hacky.
Feed: https://medium.com/feed/@monarchinit
Theres also https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/@monarchinit but not sure how stable this API is
The text was updated successfully, but these errors were encountered: