Sha256: 7ba4bf75778e3681f80e74cdde02baff0084e9a66aef77fa5e91bcdeb354468c
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
# Audiojs [](http://badge.fury.io/rb/audiojs-rails) [](http://travis-ci.org/subosito/audiojs-rails) [](https://gemnasium.com/subosito/audiojs-rails)  [audio.js](http://kolber.github.com/audiojs/) is a drop-in javascript library that allows HTML5's <audio> tag to be used anywhere. ## Installation Add this line to your application's Gemfile: gem 'audiojs-rails' And then execute: $ bundle Or install it yourself as: $ gem install audiojs-rails Put on your `application.js`: //= require audiojs ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## Credits Thanks for [Anthony Kolber](https://github.com/kolber) for creating audio.js. You can read more about audio.js on http://kolber.github.com/audiojs/.
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
rails-audiojs-0.0.2 | README.markdown |
rails-audiojs-0.0.1 | README.markdown |
audiojs-rails-1.0.1 | README.markdown |