This node.js library is designed to provide an easy way to write a SPHERE.IO message processors.
npm install sphere-message-processing    
Service listens for line item state change messages in some project and replicates them to another SPHERE.IO project.
Install the module with: npm install sphere-message-processing
* create config.js
* make create_config.shexecutable
```
chmod +x create_config.sh
config.js
* run script to generate
``
./create_config.sh
gem install travis
configure github/hipchat integration (see project settings* in guthub)
* install travis gem .travis.yml
* add encrpyted keys to .travis.yml
* add sphere project credentials to
``
travis encrypt [xxx] --add SPHERE_PROJECT_KEY
travis encrypt [xxx] --add SPHERE_CLIENT_ID
travis encrypt [xxx] --add SPHERE_CLIENT_SECRET
.travis.yml
* add hipchat credentials to
``
travis encrypt [xxx]@Sphere --add notifications.hipchat.rooms
To run tests, simple execute the test task using grunt.`bash`
$ grunt test
.`javascript
grunt release // patch release
grunt release:minor // minor release
grunt release:major // major release
``