Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add news endpoint that returns monarch blog rss feed #354

Open
kshefchek opened this issue May 28, 2020 · 0 comments
Open

Add news endpoint that returns monarch blog rss feed #354

kshefchek opened this issue May 28, 2020 · 0 comments

Comments

@kshefchek
Copy link
Contributor

kshefchek commented May 28, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant