The current weather expressed as Emoji.
Download the latest binary for you platform from the Releases page, and place the file in your $PATH. For most systems, this will be /usr/bin/local
.
Or, if you have a Go development environment:
go get github.com/justincampbell/emoji-weather
- Register for a Forecast.io Developer Account
export FORECAST_IO_API_KEY=YOUR_KEY
emoji-weather -zipcode "90210"
oremoji-weather -coordinates "latitude,longitude"
- You can add
-temp=f
or-temp=c
for temperature display
Run emoji-weather -h
to see all available flags and their default values.