Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.13 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.13 KB

GitHub npm GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)

Botysync Weather App

Instruction to run the project

  • Download the zip file and move it to you convinent folder.
  • Make sure to install Node & NPM
  • Create your own api key on openweather website and openagend website.
  • create .env file in your root folder and paste the api keys in .env file REACT_APP_WEATHER_API_KEY= & REACT_APP_GEO_API_KEY=
  • Move to the folder and open the folder in cmd prompt
  • Run the command yarn start or npm start.
  • Open the browser and http://localhost:3000