/redbox-api

JS API for Redbox

Primary LanguageJavaScriptMIT LicenseMIT

redbox-api

NPM version Build Status Dependency Status Coverage Status

JS API into http://developer.redbox.com/

Install

$ npm install --save redbox-api

Usage

var redboxApi = require('redbox-api');
redboxApi(); // "awesome"

API

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.

License

Copyright (c) 2015 Ryan Dunckel. Licensed under the MIT license.