Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thimc/9weather
weather widget for 9front
https://github.com/thimc/9weather
9front gui openweathermap plan9 weather
Last synced: 3 months ago
JSON representation
weather widget for 9front
- Host: GitHub
- URL: https://github.com/thimc/9weather
- Owner: thimc
- License: mit
- Created: 2023-04-23T17:05:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T09:03:44.000Z (6 months ago)
- Last Synced: 2024-08-19T09:43:08.407Z (6 months ago)
- Topics: 9front, gui, openweathermap, plan9, weather
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 9weather
weather widget for 9front that uses the [OpenWeatherMap API](https://openweathermap.org/).![weather](screen.png)
## Keyboard shortcuts
q / Del to quit## Usage
9weather [ -d seconds ] [ -i ] [ -z zip,country ] [ -k apikey ]
9weather makes requests to OpenWeatherMap and such, requires
a API key in order to be used. You can register and get a
free key at http://openweathermap.org.The default delay between each pull is 5 minutes, this can
be changed by setting the `-d` flag.In order to display the temperature using imperial units add
the `-i` flag.9weather reads the environment variables `openweathermap` and
`ZIP` to determine the API key and geolocation, they both can
be overwritten with the `-z` and `-k` flag respectively.## License
MIT