Weather Cli

💊 weather command-line programs written in Golang.
Alternatives To Weather Cli
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Wttr.in21,163
19 hours ago246apache-2.0Python
:partly_sunny: The right way to check the weather
Wego7,359
4 days ago1February 27, 201829iscGo
weather app for the terminal
Awesome Console Services4,510
2 months ago9mit
A curated list of awesome console services (reachable via HTTP, HTTPS and other network protocols)
Ansiweather1,775
a month ago1February 27, 20181bsd-2-clauseShell
Weather in terminal, with ANSI colors and Unicode symbols
Shox608
3 years ago19September 23, 20209unlicenseGo
🍫 A customisable, universally compatible terminal status bar
Hey106
9 years ago1Python
Hey is a terminal helper that allows you to execute commands using plain old English.
Weather Cli7529 months ago18July 31, 20205mitJavaScript
Check the weather for your city from your terminal
Wfetch70
9 months agogpl-3.0Python
Neofetch/pfetch, but for weather
Weather Rs67
6 years agoRust
Weather app for the terminal. Rust version :)
Evala64
5 years ago16March 10, 20182mitCSS
Clock, Weather, Terminal ... евала :)
Alternatives To Weather Cli
Select To Compare


Alternative Project Comparisons
Readme

weather-cli

A simple weather forecasting command line tool by go.

@biezhi on zhihu

Usage

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

Package

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

Compression

go build -ldflags "-s -w" -o weather-cli utils.go types.go cli_main.go && upx ./weather-cli
Popular Weather Projects
Popular Terminal Projects
Popular Command Line Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Terminal
Weather