pelgrim / braille

converts string to braille based on a given yaml dictionary.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Braille

Implements Braille objects. Convert common strings to a compatible interchange braille format.

Installation

Add this line to your application's Gemfile:

gem 'braille'

And then execute:

$ bundle

Or install it yourself as:

$ gem install braille

Contributing

  1. Fork it ( https://github.com/[my-github-username]/braille/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

About

converts string to braille based on a given yaml dictionary.

License:GNU General Public License v3.0


Languages

Language:Ruby 94.5%Language:Shell 5.5%