an open source news aggregator using RSS feeds
- we have a basic page structure
- we can fetch a (local) rss file, and populate it on the page
- images do not populate
- cors error when fetching file externally
- Collate news articles from sources around the web - npr - nyt(?) - wash. post. - bbc - AP - cbs news
- use these sources to find the most "interesting" stories, and elevate them - maybe use ones that are posted most?
- responsive design for all screen sizes
- easily modifiable, users can clone and replace their news sources
- serverless, all of the collation and curation will occur using user's browser
- as close to "raw" code as you can get, minimize library usage
- seems fun i guess