Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 310 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 310 Bytes

WebScrapper

Description

Base project to scrap data from websites using cheerio

How to

To build the project, execute:

yarn install
yarn build

To get the results:

yarn start > results.log

Highly recommended to output results in some log file.