Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1007 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 1007 Bytes

MongoDB-Article-Scraper

Holistic Health Edition

Overview

An app that scrapes articles from the GreenMedInfo website and lets users save articles and leave comments on the latest news.

final-screenshot

How It Works

Scrapes articles by clicking the "Scrape Articles" button. Once articles are loaded, you can read the full article by clicking the link in each article's panel and save articles by clicking the "Save Article" button. Saved articles can be viewed at the "Saved Articles" page. Comments can be added on saved articles by clicking the "Add a Note" button. Saved articles can be deleted by clicking the "Delete" button.

Click here to demo the app!

Technologies Used

  • Node.js
  • Express.js
  • Handlebars.js
  • MongoDB
  • Mongoose

NPM Packages

  • express
  • express-handlebars
  • mongoose
  • cheerio
  • axios
  • morgan