Web application that scrapes articles from the environmental news site "Earther." Users will be able to view articles, choose to save certain ones, and leave comments on saved articles.
[Heroku] https://pure-stream-21176.herokuapp.com/
MongoDB, Mongoose, Express, Node, Handlebars, Materialize CSS
- Scraping new articles does not produce duplicates
- Dynamically rendered articles with Handlebars template
- On page load, articles currently stored in database will render
- Clicking "New Articles" will scrape for any new entries
- Currently the user needs to refresh the page to view any newly scraped articles**
- Articles will mark as "saved" on Save Article button click and the page will reload
- Saving notes function is in process**