Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Latest commit

 

History

History
44 lines (22 loc) · 529 Bytes

README.md

File metadata and controls

44 lines (22 loc) · 529 Bytes

co-fbgraph

co wrapper for fbgraph package.

Quickstart

const fbgraph = require('co-fbgraph');

const user = yield fbgraph.get('/zuck');
console.log(user);

Usage

Please refer to the documentation of fbgraph.

Installation

$ npm install co-fbgraph

Requirements

Node 0.11+, run with --harmony flag.

License

MIT