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