Skip to content

Node/Mongo scraper - Express, Express Handlebars, Mongoose and Cheerio

Notifications You must be signed in to change notification settings

somemothersson/scraperScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scraperScraper

Overview

scraperScraper is web scraper app for SCCA Chicago Events that lets users view and leave comments on the latest Events.

  1. Whenever a user visits the site, the appp will scrap events from SCCA Chicago. Each scraped article should be saved to the application database. At a minimum, the app should scrape and display the following information for each article:

    • Headline - the title of the event

    • Summary - a short summary of the event

    • URL - the url to the original event

  2. Users can leave comments on the events displayed and revisit them later. The comments will be saved to the database as well and associated with their events. Users will be able to delete comments left on events. All stored comments should be visible to every user.

About

Node/Mongo scraper - Express, Express Handlebars, Mongoose and Cheerio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published