An open API service indexing awesome lists of open source software.

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

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.