Skip to content

armonkahil/MongoDB-Scraper

Repository files navigation


Demon

Welcome to MongoDB-Scraper.

This is a JavaScript App that scrapes the New York Times website for data. The app allows the user to scrape the latest headlines into a database. The user can then save selected articles to another database and add comments. If articles were already saved, the user can see all of the comments left by other users. This app is currently deployed to Heroku.

Instructions

  1. Fork or clone this repo.
git clone git@github.com:armonkahil/MongoDB-Scraper.git

Fork 2. Assuming that Node.js and Mongodb is already installed:

npm install
node server.js

Technologies Used:

Live Demo