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.
- Host: GitHub
- URL: https://github.com/jcolechanged/bowling
- Owner: jColeChanged
- Created: 2012-07-19T05:22:08.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-08-26T19:34:01.000Z (almost 13 years ago)
- Last Synced: 2025-01-25T23:03:32.979Z (over 1 year ago)
- Language: Clojure
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.