Skip to content

Instantly share code, notes, and snippets.

@tternes
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tternes/1b24dc716fc2da89d12a to your computer and use it in GitHub Desktop.
Save tternes/1b24dc716fc2da89d12a to your computer and use it in GitHub Desktop.
Pactola Example: node.js
var request = require('request');
var data = JSON.stringify({ message:"Hello, Pactola" });
request.post("http://pactola.io/f1b7db32/notification", {form:data});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment