/bowlemon

sinatra application to keep tracking of a bowling game.

Primary LanguageRubyGNU Lesser General Public License v3.0LGPL-3.0

Build Status Code Climate Test Coverage

Bowling

this is a sinatra application to keep record of bowlings games.

Install

git clone git@github.com:bluelemons/bowlemon.git

cd bowlemon

bundle

Usage

ruby app.rb

Create a new game

/games/new

Push information

PUT /lines/:line?shoot=4

console

irb
require './app'

test

rake test