0.8.2 • Published 11 years ago

hipmob v0.8.2

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

hipmob-node

Hipmob Node bindings

Installation

Download the latest version of the Hipmob server API Node bindings with:

git clone https://github.com/Hipmob/hipmob-node

To get started, add the following to your Node file:

var hipmob = require("hipmob");

Simple usage looks like:

var util = require("util");
var handle = hipmob('your-username','your-api-key');
handle.get_applications(function(err, applist){
    console.log(util.inspect(applist));
});

Documentation

Please see https://www.hipmob.com/documentation/api.html for detailed documentation.

0.8.2

11 years ago

0.8.1

11 years ago

0.8.0

11 years ago

0.7.0

12 years ago

0.6.0

12 years ago

0.5.1

12 years ago

0.5.0

12 years ago

0.4.1

12 years ago

0.4.0

12 years ago

0.3.0

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago