Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```