A web front-end for the terminal-table gem. Converts comma-, tab-, or pipe-delimited values into an ASCII table. I found this useful for pasting tabular data into Bugzilla bug reports. See it in action here!
- Install any missing gems:
```bash
bundle
```
- Start the server:
```bash
bundle exec rackup
```
- Visit: http://localhost:9292