A Ruby implementation of the Tinypass API, also available for Java, PHP, and .NET.
Add this line to your application's Gemfile:
gem 'tinypass'
And then execute:
$ bundle
Manual installation is also possible with:
$ gem install tinypass
For usage instructions please see the Tinypass Developer Documentation.
- Ruby 1.9.2 or above.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request