Skip to content

leo2d/web-scraping-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A real example of Web Scraping with NodeJs and Cheerio

How to run this project:

  • Clone or download this repository;

  • Navigate to the project folder;

  • Once in project folder, run yarn or npm i if you are using npm;

  • Then you can run this application in two ways:

    • Run in dev mode with Nodemonyarn dev or npm run dev
    • Run in commom mode with Nodeyarn start or npm start
  • Open localhost:3000/deals and see the results.

About

Web scraping example with Node JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published