elsewhere
Version:
A node project that aims to replicate the functionality of the Google Social Graph API
19 lines (12 loc) • 480 B
Markdown
category: reference
Elsewhere is available on [NPM][npm]. To install it, run:
npm install elsewhere
Once you have it installed, you can [require()][require] it and interact with it using the `graph()` method.
var elsewhere = require('elsewhere');
elsewhere.graph('http://premasagar.com').then(function (err, graph) {
res.end(graph);
});
[npm]: https://npmjs.org/package/elsewhere
[require]: http://nodejs.org/api/globals.html#globals_require