This application scrapes a given website and stores the data in MongoDB which also allows for the user to make notes or comments about the scraped article.
These instructions will get you a copy of the project up and running on your local machine for development and testing.
You need to have Node.js NPM and MongoDB setup on your local computer
Clone the repo
git clone https://github.com/tylern88/article-scraper.git
cd into the directory
cd article-scraper
Install the node modules
npm install
start the server. Defaults to port 8080
node server.js
- Node.js
- Express.js
- MongoDB
- Cheerio.js
- Handlebars