Util for calculating pizza order requirements.
curl -X POST http://pizzacalc.website/api/pizza_calc/3
Start Sinatra App
rackup
or bundle exec foreman start
Visit
http://localhost:9292
Run All Tests:
bundle exec rake
Local API:
curl -X POST http://localhost:9292/api/pizza_calc/3
- Fork it ( https://github.com/pwelch/pizza_calc/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request