Skip to content

paterson1720/nodejs-webscraping-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-webscraping-demo

This is a demonstration of how to do Web Scraping with Node.js using the cheerio library.

To test it, you can clone this repository using the clone button above or from your terminal using this command

git clone https://github.com/paterson1720/nodejs-webscraping-demo

Next, install the dependencies by running:

npm install

Next, run the server by running:

node index.js

Finally, visit localhost:8080 from your browser to see the App in action:

node index.js

You are free to use this code for your own need.

About

A demo of web scraping with Node.js and cheerios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published