A minimal weather app to see weather of any location.
this project uses,
-
OpenWeatherMap API (register and get your own api)
To install all packages used, run
npm install i
To run this project on live server, run
npm run start
To build this file, run
npm run build