Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple web scraper in nodejs.

Installation

Install node:

brew install nvm nvm install --lts

Install nodemon:

npm install -g nodemon

Install dependencies:

npm install

Start the Express server:

npm start

Kill server running in background:

lsof -i :8000 kill -9 <PROCESS_PID>

About

Simple web scraper in nodejs

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages