Skip to content

LukasLewandowski/web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published