Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rawnly/weather-commandline
- Owner: rawnly
- Created: 2016-12-05T09:45:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T13:24:22.000Z (over 6 years ago)
- Last Synced: 2024-05-02T01:49:33.413Z (8 months ago)
- Topics: commandline, darksky, forecast, node, npm, unix, weather
- Language: JavaScript
- Homepage: http://darksky.net
- Size: 926 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```