Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rawnly/weather-commandline

Node commandline to get forecast from darksky.net
https://github.com/rawnly/weather-commandline

commandline darksky forecast node npm unix weather

Last synced: 14 days ago
JSON representation

Node commandline to get forecast from darksky.net

Awesome Lists containing this project

README

        

# Weather
An npm commandline to get the [darksky](https://darksky.net) forecast.

# Installation
To install `weather-commandline` you must use a node package manager such as **npm** or **yarn**
```bash
$ yarn global add weather-commandline
```

# Usage
```bash
$ weather [options]

-f --full
-r --restore
-s --settings
```