Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alihammad-gist/mausam
A command like utitlity to display weather (with icon) from wittr.io. Created for i3status-rust.
https://github.com/alihammad-gist/mausam
Last synced: 24 days ago
JSON representation
A command like utitlity to display weather (with icon) from wittr.io. Created for i3status-rust.
- Host: GitHub
- URL: https://github.com/alihammad-gist/mausam
- Owner: alihammad-gist
- Created: 2023-04-10T19:45:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T14:38:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T06:27:07.426Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mausam
CLI wrapper around wttr.io weather service. wittr.io has inaccurate
location resolver, so this app uses ipinfo.io service. Add ipinfo.io
token before usage. ipinfo allow 50000 requests per month for free. The
token is available immediately after signup, assign your token in the main.go
file's IpinfoToken variable.