Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 422 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 422 Bytes

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/