Skip to content

Instantly share code, notes, and snippets.

@joeyoun9
Last active December 27, 2015 18:59
Show Gist options
  • Save joeyoun9/7373854 to your computer and use it in GitHub Desktop.
Save joeyoun9/7373854 to your computer and use it in GitHub Desktop.
MesoWest API HelloWorld
$.getJSON('http://api.mesowest.net/stations?callback=?',
{
// specify the request parameters here
stid:stn,
latestobs:1,
token:tkn
},
function (data)
{
/*
* do something with your returned data
*/
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment