Sha256: ce8035b8543b7a6ac4f1aa85531ea358888e91693c96b5edc320c8b429830b61
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
# LyricFind [![Gem Version](https://badge.fury.io/rb/LyricFind.svg)](http://badge.fury.io/rb/LyricFind) This gem allows your application to access LyricFind's API services ## Installation Add this line to your application's Gemfile: ```ruby gem 'lyricfind' ``` And then execute: $ bundle Or install it yourself as: $ gem install lyricfind ## Running tests Create a file called **lyricfind.yml** (see the [example](https://github.com/ihassin/lyricfind/blob/master/spec/lyricfind.yml.example)) and put in your keys there. The run the tests using ```ruby rake ``` ## Usage For usage examples, please see [here](https://github.com/ihassin/lyricfind/blob/master/spec/lyricfind_spec.rb) ## Contributing 1. Fork it (https://github.com/ihassin/lyricfind/fork) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request ## License [MIT](https://github.com/ihassin/lyricfind/blob/master/LICENSE.txt).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
LyricFind-0.1.2 | README.md |
LyricFind-0.1.1 | README.md |