Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Created May 31, 2014 22:06
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 daleharvey/a4b412a9be9333cc6e03 to your computer and use it in GitHub Desktop.
Save daleharvey/a4b412a9be9333cc6e03 to your computer and use it in GitHub Desktop.
var request = require('request'); // or nets etc
exports.login = function() {
request({
url: '/login/'
}, function() {
... do stuff
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment