Skip to content

Get the weather of any location by typing in the address

Notifications You must be signed in to change notification settings

Tanish0019/weather-cli-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-cli-app

Get the weather of any location by typing in the address

Getting started

  • create a config.js file inside the working directory with this content:

    module.exports = {
      DARKSKY_KEY: <YOUR_DARKSKY_API_KEY>,
      GEOCODE_KEY: <YOUR_GEOCODE_LOCATION_API_KEY>
    

}

  • npm install

Usage

  • In the terminal go to the working directory
  • node app.js -a "enter address of the location"

About

Get the weather of any location by typing in the address

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published