Skip to content

mjbenefiel/news-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Scraper

Live version: http://news-scraper-2019.herokuapp.com/


Author: Michael Benefiel

Feel free to use some or all of this code if you're trying to complete a similar project.


App screenshot

alt text

Project overview

This news scraper allows users to scrape news articles from NPR.com. Users can then view and leave comments on saved articles. This app uses Cheerio to scrape news from NPR and stores them in MongoDB using Mongoose.

Technology used

Node.js

Express

Heroku

Handlebars

MongoDB

Mongoose

Cheerio.js


How it works

  • Scrape the news

alt text

  • Save an article for later use

alt text

  • View saved article

alt text

  • Add an article note

alt text