mongo-news-scraper

Mongo WebScraping

Mongo News Scaper is web application that scrapes news from Petapixel’s photography web site. I made the app with mongoose and Cheerio technologies among other ancillary technologies.

mongoscraper

This app was made using cheerio to serve as the ORM to simplify the database interactions.


Pre-requisites

Technologies used

*node.js *Express.js *Bootstrap V4

Getting Started

This app is built with anf made possible with the following npm packages:

Type npm install in the command line to install all the dependcies located within package.json

Default test (included in package.json file)

In order to connect to the scraper web app on the local server, type the following in the command line:

node server.js

The user will also be notified in the command line interface on which PORT its connected on.

localhost:port/scrape will scrape the petapixel website

localhost:port/articles will display all the scraped articles from petapixel.com

Author

License

This project is licensed under the MIT License

License: MIT