1.0.0 • Published 8 years ago

ipboard-api v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ipboard-api

NPM

npm version

Node package for interact with your Ipboard Community.

Installation

$ npm install ipboard-api

or

$ npm install git://github.com/Raesta/ipboard-api.git

Example

var IpboardAPI = require('ipboard-api');

var Ipboard = new IpboardAPI('YOURAPIURL', 'YOURAPIKEY');

Ipboard.members.getAll(null, function(result) {
  console.log(result);
});

Ipboard.members.getAll({ page: 2 }, function(result) {
  console.log(result);
});

Help

if you need more information, refer to the Wiki

Todo

  • improve error system
1.0.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago