API

Pizza Calculator

Pizza Calc takes the number of people and returns the amount of pizzas to order. http://pizzacalc.website/api/pizza_calc/:people

Request curl http://pizzacalc.website/api/pizza_calc/3

Response {"amount_to_order":2}