An open API service indexing awesome lists of open source software.

https://github.com/jcolechanged/bowling

A bowling app I made for my family. It tracks scores and generates graphs about them.
https://github.com/jcolechanged/bowling

Last synced: over 1 year ago
JSON representation

A bowling app I made for my family. It tracks scores and generates graphs about them.

Awesome Lists containing this project

README

          

# bowling

My family is a family of bowlers. One of them wanted software to track their bowling scores. In addition to suggesting they try Excel, which is marvelous for that sort of thing, I built what they had asked for in Clojure.

## Usage

Assuming you have both lein and git installed you can see the app with:

git clone https://github.com/jColeChanged/bowling.git
cd bowling
lein deps
lein compile
lein run

## License

Copyright (C) 2012 Joshua Cole

Distributed under the Eclipse Public License, the same as Clojure.