Trackets
WIP gem for Trackets.com service
Installation
Add this line to your application's Gemfile:
gem 'trackets'
And then execute:
$ bundle
Usage
$ rails g trackets:install API_KEY
Contributing
- Fork it ( https://github.com/[my-github-username]/trackets/fork )
- 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 a new Pull Request