racingcow / octopus-api

Node wrapper for Octopus API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

octopus-api Build Status

Node wrapper for octopus api

Getting Started

Install the module with: npm install octopus-api

var octopusApi = require('octopus-api');
octopusApi.getCurrentFeeds(); // "awesome"

Documentation

(Coming soon)

Examples

(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 Grunt by running grunt at the shell prompt...

/ $ npm install
/ $ grunt

Release History

  • v0.0.6
    • Code cleanup
    • now passing jslint

License

Copyright (c) 2014 David Miller. Licensed under the MIT license.

About

Node wrapper for Octopus API


Languages

Language:JavaScript 100.0%