Home > iouUC

iouUC

IouUC is a project mainly written in Ruby, based on the MIT license.

A simple Sinatra app for keeping track of office coffee

This app isn't really designed to be scalable or that awesome or anything. I just wanted to tinker with Sinatra, and had this idea for keeping track of the amount of cookies I was owed by one of my co-workers (Dave -- who never goes to our coffee shop to get his cookies himself).

I'll probably build upon it and make it better, but right now it's a pretty poorly-built Sinatra app. Don't judge! ;-)

Usage

Just run it and you can use it to keep track of debts around the office, or just in general. Run it with "ruby iouUC.rb" in whatever directory "iouUC.rb" is in, then point your browser to localhost:4567. You'll need some gems; you can install them with:

gem install sinatra haml sequel json

Oh, and this has only been tested in standards-compliant browsers. No one it was originally designed for uses Internet Explorer, so I didn't bothering making special CSS for it.

License

This program is free software; it is distributed under an MIT-style License.


Copyright (c) 2010 Matthew Riley MacPherson.

Previous:APCClient