Skip to content

A simple weather app which tell temperature of the user input cities. It uses open weather api

Notifications You must be signed in to change notification settings

ashoknailwal/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-app

A simple weather app which tells temperature of the user input cities. It uses open weather api

Steps to install:

  • Clone the repo in a folder and navigate to ./weather-app.
  • run npm install
  • add your open weather AppId key to the environment variable as APPID="key value" or
    • create a new file .env
    • add APPID="key value here" in this file.
  • run npm start and navigate to http://localhost:8081/

About

A simple weather app which tell temperature of the user input cities. It uses open weather api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published