This is a web-scraper, to scrapp drugs.com made with typescript, puppeteer and spinner-cli library.
- You need to have **node js, typescript and npm **installed to run the program
-
Open a cli inside the project folder and type
npm install
-
Once all the packages are installed, write
npm run start
-
Type the number of request that you want to handle in parallel (I recommend to not exced 5)
-
If you want to stop the program, press
ctrl+c
-
The drug information will be inside the drugs folder
###Developed by Nicolás Rosales