BandPage
A ruby wrapper for the BandPage API.
Installation
Add this to your gemfile:
gem 'band_page'
Usage
TODO: Write usage instructions here
Contributing
Contributions are welcome and encouraged. Please write specs for any changes that you would like merged. Thanks!
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request