Skip to content

Instantly share code, notes, and snippets.

@ktiniatros
Created January 13, 2015 20:33
Show Gist options
  • Save ktiniatros/f940cf774da82e187211 to your computer and use it in GitHub Desktop.
Save ktiniatros/f940cf774da82e187211 to your computer and use it in GitHub Desktop.
var needle = require('needle');
needle.post('http://node-dev.imgzine.com:8204/pushnotification.js', {
magazine:86,
groups:["IMG700"],
payload:{
message:"imgZine is ruling the world"
}
}, function(e,r,b){
console.log(e, b);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment