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

fluidsonic/co-fbgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

co wrapper for fbgraph package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published