co wrapper for fbgraph package.
const fbgraph = require('co-fbgraph');
const user = yield fbgraph.get('/zuck');
console.log(user);
Please refer to the documentation of fbgraph.
$ npm install co-fbgraph
Node 0.11+, run with --harmony
flag.
MIT
co wrapper for fbgraph package.
const fbgraph = require('co-fbgraph');
const user = yield fbgraph.get('/zuck');
console.log(user);
Please refer to the documentation of fbgraph.
$ npm install co-fbgraph
Node 0.11+, run with --harmony
flag.
MIT