https://github.com/thefrontside/buzz-rails
Use buzz.js in Rails
https://github.com/thefrontside/buzz-rails
Last synced: about 1 month ago
JSON representation
Use buzz.js in Rails
- Host: GitHub
- URL: https://github.com/thefrontside/buzz-rails
- Owner: thefrontside
- License: mit
- Created: 2012-08-18T02:44:08.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T02:33:59.000Z (over 10 years ago)
- Last Synced: 2025-01-17T00:43:59.847Z (over 1 year ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Buzz::Rails
[buzz.js][1] is an HTML5 Audion library with an jQuery like API.
You might want to include it into your rails app.
## Installation
Add this line to your application's Gemfile:
gem 'buzz-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install buzz-rails
## Usage
From within a sprocket manifest (like application.js)
//= require buzz
[1]: http://buzz.jaysalvat.com
## Code of Conduct
Please note that this project is released with a Contributor Code of
Conduct. By participating in this project you agree to abide by its
terms, which can be found in the `CODE_OF_CONDUCT.md` file in this
repository.