/convert-freaks

Web-based text convert utility.

Primary LanguageRuby

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

License

The MIT License