Skip to content

Instantly share code, notes, and snippets.

@evanrmurphy
Created December 28, 2010 06:42
Show Gist options
  • Save evanrmurphy/756965 to your computer and use it in GitHub Desktop.
Save evanrmurphy/756965 to your computer and use it in GitHub Desktop.
$.getJSON("http://chipchirp.heroku.com/chirps.json?callback=?&user_id[]=1",
function(data){
for(i=0;i<2;i++)
console.log(data[i].chirp.content);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment