NAME
darksky – prints weather report from forecast.io |
SYNOPSIS
darksky [ –acdhms ] |
DESCRIPTION
Darksky prints the weater report for the current location. Options
control which sets of data are printed: –a Explicitly mention a lack of warnings. –c Print the current conditions and temperature. –d Print a daily forecast for the next seven days. –h Print an hourly forecast for the next 24 hours. –m Print a forecase for the next 60 minutes, with a graph of upcoming precipitation. –s For the minutely, hourly, and daily forecasts, print only the brief summary line. |
EXAMPLES
Check the current conditions and the next hour: : ; darksky –cm Conditions as of Sun Jun 14 17:12:52 EDT 2015
: ; darksky –scmhd Conditions as of Sun Jun 14 17:15:09 EDT 2015
|
FILES
$home/lib/darksky API key from https://developer.forecast.io/register /lib/sky/here location as latitude (N), longitude (W), and elevation (meters) |
SOURCE
/n/sources/contrib/anothy/src/cmd/darksky.c |
SEE ALSO
webfs(4), weather(1), https://forecast.io, https://bitbucket.org/bedo/9son |
BUGS
We rely on forecast.io to guess the proper units to use for your
location. |