elsewhere
Version:
A node project that aims to replicate the functionality of the Google Social Graph API
21 lines (14 loc) • 525 B
Markdown
category: reference
heading: Requiring Elsewhere
path: 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