Skip to content

An app that uses cheerio and mongoose packages to scrape The Verge site. It display articles and allows them to be saved. Once saved visitors can add comments, and delete them.

Notifications You must be signed in to change notification settings

Ferewtucho/Mongo-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo-Scraper

Scraper App of The Verge - MongoDB Node Express Handlebars

the vegre

Overview


An app that uses cheerio and mongoose packages to scrape The Verge site. It display articles and allows them to be saved. Once saved visitors can add comments, and delete them.

Installation Instructions


  1. Download to your computer, by cloning or forking. Make sure node.js is installed.
  2. Navigate to folder and run npm install, this will install the npm dependencies from the package.json file.
  3. Run mongod on your computer
  4. Run node server.js the console should log the port number the app will be on (currently 3000).
  5. Go to your browser and type http://localhost:3000/ to view app.

Technologies Used


  • Express
  • express-handlebars
  • body-parser
  • cheerio
  • mongoose
  • request

View the deployed Application Here.

About

An app that uses cheerio and mongoose packages to scrape The Verge site. It display articles and allows them to be saved. Once saved visitors can add comments, and delete them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published