Skip to content

Instantly share code, notes, and snippets.

@aaronpk
Created June 2, 2012 18:23
Show Gist options
  • Select an option

  • Save aaronpk/2859497 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpk/2859497 to your computer and use it in GitHub Desktop.
{
currentTemp: 75,
currentSummary: "rain",
hourSummary: "rain for 20 min",
isPrecipitating: true,
minutesUntilChange: 20,
checkTimeout: 360
}
{
currentTemp: 61,
currentSummary: "rain",
hourSummary: "light rain",
isPrecipitating: true,
minutesUntilChange: 57,
checkTimeout: 1320
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment