Skip to content

Instantly share code, notes, and snippets.

@spolu
Created November 25, 2011 15:49
Show Gist options
  • Save spolu/1393843 to your computer and use it in GitHub Desktop.
Save spolu/1393843 to your computer and use it in GitHub Desktop.
var tl = require('teleportd-api').teleportd({ apikey: 'XXX' });
tl.stream({ meta: true,
full: true }, function(pic) {
console.log(JSON.stringify(pic) + '\r\n');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment