Morale Client
Description
This gem is a Ruby wrapper that allows you to communicate to http://teammorale.com via the Morale API.
For more information about Morale see http://teammorale.com.
Installation
This library can be installed as a gem. It is hosted on Rubygems.
You can install this library as a gem using the following command:
gem install morale-client
Usage
Simply require this library before you use it:
require 'morale-client'
Contributing
- Fork it.
- Create a new branch.
- Create tests for your changes.
- Make your changes.
- Run the tests.
- Commit your changes.
- Push your branch.
- Create a pull request from your change.
Released under the MIT license.