Skip to content

avi465/live-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Weather

This is a simple live weather app made using openweather map api.

Screenshot

image1

Tech Stack

Client: Html, Css, Javascript

Server: Node, Express

API: Openweather map

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

Run Locally

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

Authors