monarch-initiative / biolink-api

API for linked biological knowledge
https://api.monarchinitiative.org/api/
BSD 3-Clause "New" or "Revised" License
63 stars 25 forks source link

Add news endpoint that returns monarch blog rss feed #354

Open kshefchek opened 4 years ago

kshefchek commented 4 years ago

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