This is a simple live weather app made using openweather map api.
Client: Html, Css, Javascript
Server: Node, Express
API: Openweather map
To run this project, you will need to add the following environment variables to your .env file
API_KEY
Clone the project
git clone https://github.com/avi465/live-weather.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start