mlab-ts-api
v0.0.2
Published
mlab data api for typescript projects
Downloads
12
Readme
mlab-ts-api
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