Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 588 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 588 Bytes

cleanspeak-js

node.js wrapper for Inversoft's Cleanspeak API

Installation

And then execute:

$ npm install cleanspeak

Usage

JSDoc documentation is available within ./index.js.

This package is in early development. Functions and signatures are likely to change daily.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/cleanspeak-js/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request