Sha256: 8ef9559ebdc73cc18f56f6f00058c42a95343266a1842df3c593e49fb5443dbe
Contents?: true
Size: 654 Bytes
Versions: 5
Compression:
Stored size: 654 Bytes
Contents
# rack-musicindex A Rack middleware to publish directries containing media files as podcast ## Installation Add this line to your application's Gemfile: gem 'rack-musicindex' And then execute: $ bundle Or install it yourself as: $ gem install rack-musicindex ## Usage require 'sinatra' require 'rack-musicindex' use Rack::MusicIndex, { '/foo' => '/path/to/mp3s' } ## 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
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rack-musicindex-0.2.1 | README.md |
rack-musicindex-0.2.0 | README.md |
rack-musicindex-0.1.1 | README.md |
rack-musicindex-0.1.0 | README.md |
rack-musicindex-0.0.2 | README.md |