Skip to content

Web Scrapping application with Mongoose, Cheerio, MongoDB

Notifications You must be signed in to change notification settings

xoamara/game-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-scrape

Game Scrape pulls the latest game articles from a site, stores the data in MongoDB via Mongoose, and allows the user to make notes on the articles.

Game Scrape is made with with Axios, Mongoose, Cheerio, MongoDB, with Express-Handlbars for templating.

Quick Start

Clone the repository git clone git@github.com:xoamara/game-scrape.git cd game-scrape.it

Install dependencies

Run npm init and then npm install the following:

1. express

2. express-handlebars

3. mongoose

4. cheerio

5. axios

Launch

Type node server

About

Web Scrapping application with Mongoose, Cheerio, MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published