Skip to content

octopull/octopull-api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octopull API wrapper for Node.js

This is an API wrapper for https://octopull.us/api

Installation

$ npm install octopull-api-wrapper

Usage

var Octopull = require('octopull-api-wrapper');
var client = new Octopull({ access_token: 'abc123' });

// Get the user associated to the access_token
client.user();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published