Throvn / terminal-weather

Look up the weather in your city via this commandline-app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal-weather

Displays the weather for your city in the terminal.

Note: the commandline-app uses the googlemaps API which you can now only access with an api key. The app will most likely not work without one. To get such, visit: Google Developer. Then you have to replace the variable const apiKey with your darksky.com api key. After these two changes you should run the code without any problems.

Usage:

Navigate to the directory where the app.js file lives.

Type node app.js followed by --address="{address}" (or -a="{address}") into your console.

About

Look up the weather in your city via this commandline-app.


Languages

Language:JavaScript 100.0%