mongohq

0.3.1 • Public • Published

MongoHQ API NodeJS

Vanguard

Using

You can get the most recent stable version through NPM

npm install mongohq

To use, just require it, and do stuff.

// Must first authenticate using your account's API key
var mhq = require('mongohq').authenticate({apikey : 'derp'});

// Get all databases
mhq.database.all({}, function( databases ) {
  // do something asynchronous with databases array
});

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i mongohq

    Weekly Downloads

    5

    Version

    0.3.1

    License

    none

    Last publish

    Collaborators

    • coderoshi