It is a web scraping app that scraps pharmacies data for legal usage.
- Don't forget to add required data to .env file
- Open up your terminal, and write
npm install
in the project root directory to install all the required dependencies. - After installing all the packages, write
node .
ornode index.js
in the project root directory.