Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 395 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 395 Bytes

README

It is a web scraping app that scraps pharmacies data for legal usage.

General Notes

  • Don't forget to add required data to .env file

Running the app

  • 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 . or node index.js in the project root directory.