You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the repo and execute the following in the bash terminal. Doing so should install the application's dependencies:
npm i
Open a different command prompt and start mongoDB on port 27017:
mongod
Open ports 8080 and 27017:
Open ports 8080 and 27017
Run the application from the command line:
node server.js
Technologies Used
Node.js and npm. First, this application relies on both Node.js and npm to download Node packages and to run the application. Users can download the latest versions of both using the link to the left.
MongoDB - This application assumes users have already installed MongoDB. Installation instructions should be found on the MongoDB website.
NPM Packages
This application utilizes the following NPM packages:
NYT-Mongo-Scraper
https://github.com/coding-to-music/NYT-Mongo-Scraper
This is a Node.js application that utilizes Cheerio and a MongoDB back-end to scrape and save NYT articles to a Bootstrap UI.
https://github.com/stoversa/NYT-Mongo-Scraper
Feature Overview
Scrape the New York Times homepage, then save and add notes to your favorite articles using this responsive application.
For a live example, see a deployed version to Heroku at https://nyt-mongoscraper-ss.herokuapp.com/
Downloading This Application
To use this application:
Ensure that Node.js, npm, and MongoDB are installed on your machine. For instructions, see the Technologies Used section below.
Next, clone this repo to your local machine:
Technologies Used
NPM Packages
This application utilizes the following NPM packages:
The text was updated successfully, but these errors were encountered: