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
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.1
    1
  • 0.3.0
    0
  • 0.2.0
    0

Package Sidebar

Install

npm i mongohq

Weekly Downloads

1

Version

0.3.1

License

none

Last publish

Collaborators

  • coderoshi