Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Wttr.in | 21,163 | 19 hours ago | 246 | apache-2.0 | Python | |||||
:partly_sunny: The right way to check the weather | ||||||||||
Wego | 7,359 | 4 days ago | 1 | February 27, 2018 | 29 | isc | Go | |||
weather app for the terminal | ||||||||||
Awesome Console Services | 4,510 | 2 months ago | 9 | mit | ||||||
A curated list of awesome console services (reachable via HTTP, HTTPS and other network protocols) | ||||||||||
Ansiweather | 1,775 | a month ago | 1 | February 27, 2018 | 1 | bsd-2-clause | Shell | |||
Weather in terminal, with ANSI colors and Unicode symbols | ||||||||||
Shox | 608 | 3 years ago | 19 | September 23, 2020 | 9 | unlicense | Go | |||
🍫 A customisable, universally compatible terminal status bar | ||||||||||
Hey | 106 | 9 years ago | 1 | Python | ||||||
Hey is a terminal helper that allows you to execute commands using plain old English. | ||||||||||
Weather Cli | 75 | 2 | 9 months ago | 18 | July 31, 2020 | 5 | mit | JavaScript | ||
Check the weather for your city from your terminal | ||||||||||
Wfetch | 70 | 9 months ago | gpl-3.0 | Python | ||||||
Neofetch/pfetch, but for weather | ||||||||||
Weather Rs | 67 | 6 years ago | Rust | |||||||
Weather app for the terminal. Rust version :) | ||||||||||
Evala | 64 | 5 years ago | 16 | March 10, 2018 | 2 | mit | CSS | |||
Clock, Weather, Terminal ... евала :) |
A simple weather forecasting command line tool by go.
Native
go build -o weather-cli utils.go types.go main.go && ./weather-cli
Use Lib
go build -o weather-cli utils.go types.go cli_main.go && ./weather-cli
go build -ldflags "-s -w" -o weather-cli utils.go types.go cli_main.go && upx ./weather-cli
Linux Arch
GOOS=linux GOARCH=amd64 go build ...
Windows Arch
GOOS=windows GOARCH=amd64 go build ...
MacOSX Arch
GOOS=darwin GOARCH=amd64 go build ...
go build -ldflags "-s -w" -o weather-cli utils.go types.go cli_main.go && upx ./weather-cli