TODO: Provides an executable interface to the live_f1-core gem
Add this line to your application's Gemfile:
gem 'live_f1-stream', :git => "https://github.com/gareth/live_f1-stream.git"
And then execute:
$ bundle
Or install it yourself by cloning/downloading the source and:
$ gem build live_f1-stream.gemspec
$ gem install live_f1-stream
See live_f1-stream -h
for available options
- 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