Skip to content

Instantly share code, notes, and snippets.

@jalvarado91
Created January 24, 2016 09:16
Show Gist options
  • Save jalvarado91/df99a97ca2c9078bbbfc to your computer and use it in GitHub Desktop.
Save jalvarado91/df99a97ca2c9078bbbfc to your computer and use it in GitHub Desktop.
LIFE
$.ajax({
url: 'http://162.243.13.61:5000/image',
method: 'POST',
data: {
imgurl: 'http://i.imgur.com/VYRufof.jpg'
}
}).done(function(data){
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment