Convert Freaks
Web-based text convert utility.
Supported formats are below.
- Base64
- MIME
- uuencode
- URL encode
- Quoted-Printable
Getting Started
$ git clone https://github.com/ser1zw/convert-freaks.git
$ cd convert-freaks
$ gem install bundler
$ bundle install --path vendor/bundle
$ bundle exec rackup config.ru
View at: http://localhost:9292
Also deployed at Heroku: http://convert-freaks.herokuapp.com/
Dependencies
- Ruby 2.1.5 and some gems (see Gemfile)
- jQuery 2.1.1
- Bootstrap 3.3.1
License
The MIT License