inland-empire-software-development / main

Organization website
https://www.iesd.com
GNU General Public License v3.0
17 stars 27 forks source link

Have newsroom display medium posts #184

Open HeyItsFelipe opened 4 years ago

HeyItsFelipe commented 4 years ago

-Create a IESD medium account -Copy and paste current newsroom post into IESD medium account -Replace current posts in newsroom with medium posts

tonynguyen111997 commented 4 years ago

@HeyItsFelipe I'm still currently working on this. Just for clarification, for "Replace the current posts in newsroom with medium posts" are we looking to replace where the source of information is coming from? For example, right now it's coming from our own API, but for this task are we looking to have it come from Medium?

This looks like it provides a JSON of our medium posts: https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/@community_59767

HeyItsFelipe commented 4 years ago

@tonynguyen111997 Yes, that is correct. The source should change from our own API to the IESD Medium. That JSON of our medium posts could be used to display the articles on the IESD page.