0.0.2 • Published 7 years ago

mlab-ts-api v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

mlab-ts-api

npm version Downloads dependency Status devDependency Status

mlab-ts-api is a typescript class designed to allow you to access mLab's Data API with minimal overhead.

I designed mlab-ts-api so the only documentation you need, in addition to the Data API specification, how to install the module, and how to make a call.

Installation

Using npm:

$ npm install --save mlab-ts-api

If you don't have or don't want to use npm:

$ cd ~/.node_modules
$ git clone git://github.com/hsalmeida/mlab-ts-api.git

Usage