Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czwinzscher/wttr-cli
A cli program that prints the current temperature from wttr.in
https://github.com/czwinzscher/wttr-cli
Last synced: 3 months ago
JSON representation
A cli program that prints the current temperature from wttr.in
- Host: GitHub
- URL: https://github.com/czwinzscher/wttr-cli
- Owner: czwinzscher
- Created: 2019-11-30T16:19:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T16:21:58.000Z (about 5 years ago)
- Last Synced: 2024-04-16T00:56:41.990Z (10 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wttr-cli
A cli program that prints the current temperature for a given location## Installation
```bash
go get github.com/czwinzscher/wttr-cli
```## Usage
```bash
# wttr-cli
wttr-cli Leipzig # defaults to Celcius
wttr-cli -f Leipzig # for Fahrenheit
wttr-cli -c -f Leizig # both Celcius and Fahrenheit
wttr-cli # uses current location
```