1.0.3 • Published 5 years ago

dark-sky-app v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Features

  • You can get current, today and weekly weather data
  • You can easily add, delete and switch to any location
  • Colorized output for UV, Temperature, Pressure and Precipation types
  • Pressure levels compare previous levels and shows changes

How To Install:

Using NPM

npm i -g dark-sky-app

Download

  • Download the latest release
  • Within the directory, from your terminal
    • npm install
    • npm link (might ask for permission depending on your OS)

How To Use:

You can run the app with ds command.

In order to start using app, you need a free DarkSky API token. You can get one from DarkSky API page for free for 1000 api calls a day.

Available Commands:

CommandDescription
ds -a --addAdds a new location
ds -g --getGets a saved location
ds -d --deleteDeletes a location
ds -c --currentShows current weather
ds -t --todayShows todays weather
ds -w --weekShows weekly weather
ds -s --settingsShows settings as JSON
ds -h --helpShows help

How To Contribute

Please feel free to contribute!

  • Create issues for both issues and feature requests
  • Create pull requests to develop for anything listed in issues
    • Please use prefixes such as Add, Fix, Update etc. before your commit message
    • Please be brief about your commit message