Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Weather | 890 | 3 years ago | 24 | September 17, 2020 | 14 | mit | Go | |||
Weather via the command line. | ||||||||||
Yoda | 703 | 2 months ago | 23 | mit | Python | |||||
Wise and powerful personal assistant, available in your nearest terminal | ||||||||||
Getme | 108 | 2 | 6 years ago | 38 | June 29, 2017 | 1 | JavaScript | |||
CLI utility for everyday tasks. With getme you get weather, forecast, currency rate, upload files, IP address, word definitions, text translations, internet speed, do google searches, get inspirational quotes and get Chuck Norris jokes | ||||||||||
Hey | 106 | 9 years ago | 1 | Python | ||||||
Hey is a terminal helper that allows you to execute commands using plain old English. | ||||||||||
Weatherflow_piconsole | 89 | 3 months ago | 9 | gpl-3.0 | Python | |||||
Raspberry Pi Python console for WeatherFlow Tempest and Smart Home Weather Stations | ||||||||||
Fulfillment Weather Nodejs | 77 | 4 years ago | 6 | apache-2.0 | JavaScript | |||||
Integrating an API with Dialogflow's Fulfillment | ||||||||||
Weather Cli | 75 | 2 | a year ago | 18 | July 31, 2020 | 5 | mit | JavaScript | ||
Check the weather for your city from your terminal | ||||||||||
Wfetch | 72 | 15 days ago | gpl-3.0 | Python | ||||||
Neofetch/pfetch, but for weather | ||||||||||
Elixir Weather | 67 | 5 years ago | Elixir | |||||||
A command line weather app built using elixir | ||||||||||
Metaweather Cli | 39 | 4 years ago | 4 | July 24, 2019 | mit | JavaScript | ||||
☀️ Command-line interface (CLI) for MetaWeather |
Neofetch/pfetch, but for weather
Information about the weather outside:
Cool logo for each weather condition
Ability to choose logos
See weather at different places
Python3
Any unix system (linux, mac, bsd, etc.)
git clone "https://github.com/Gcat101/Wfetch.git"; cd ./Wfetch; sudo ./install.sh
sudo curl -s https://raw.githubusercontent.com/Gcat101/Wfetch/master/install.sh | sudo bash -s
export WEATHER_CLI_API=(your api key)
to your ~/.bashrcGet the weather at your current location:
wfetch
Specify the ascii logo:
wfetch --ascii="mist"
Get the weather from a different location:
wfetch --place="London, UK"
Get the weather from a different location by ID:
wfetch --place=4674006
Get pressure in HPa units:
wfetch --hpa
Get the manual:
wfetch --help