Skip to content

Jasonnavarro86/The_Mongo_Sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The_Mongo_Sentinel

News Scraper with Mongo DB and Cheerios

Objective

  • Used cherrios npm package to scrape news articles over the web.

  • Succesfully used mongoDB and the Mongoose npm package to store articles scraped from THE NY TIMES.

  • Use MongoDB and the Mongoose npm package to Store notes for each individule article that users input and display them on a modal.

DEMO

Gif one shows the articles being scraped and being saved.

demo1

Gif two shows notes being taken on the articles.

demo 2

  • All articles can be deleted from the saved status.

  • Every article will store its own notes and each note can be deleted separately.