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.
- Download to your computer, by cloning or forking. Make sure node.js is installed.
- Navigate to folder and run npm install, this will install the npm dependencies from the package.json file.
- Run mongod on your computer
- Run node server.js the console should log the port number the app will be on (currently 3000).
- Go to your browser and type http://localhost:3000/ to view app.
- Express
- express-handlebars
- body-parser
- cheerio
- mongoose
- request
