Skip to content

Instantly share code, notes, and snippets.

@halgatewood
Last active June 7, 2016 21:11
Show Gist options
  • Select an option

  • Save halgatewood/37ce36ea31e4db84220e53a5bae4909d to your computer and use it in GitHub Desktop.

Select an option

Save halgatewood/37ce36ea31e4db84220e53a5bae4909d to your computer and use it in GitHub Desktop.
Get Weather Widget by Latitude and Longitude
$weather = awesome_weather_logic( array(
'location' => 'Phoenix',
'allow_user_to_change' => 1,
'longlat_triggered' => 1,
'longlat_location' => '33.448377,-112.074037'
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment