Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 269 Bytes

File metadata and controls

21 lines (15 loc) · 269 Bytes

What is it

Node.js application to get data from a place where the data aren't structured

Requiments

  • node and nvm

Run application

1. Install the depencies

npm install

2. Run the scraper

node src/scraper.js 
# or
npm start