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

https://github.com/mjc-gh/dice-roll

Simple Dice Rolling API
https://github.com/mjc-gh/dice-roll

Last synced: 7 months ago
JSON representation

Simple Dice Rolling API

Awesome Lists containing this project

README

          

### Dice Roll

Simple API for rolling die.

Input is in 1 or more tuples where first element is the sides of the
die, the second is the number of die and last element is the number
of times to roll.

For example:

GET /:sides/:number_of_dice/:number_of_roles

### Live App

This application is hosted live on [Heroku](https://roll-them-die.herokuapp.com). Here is an [preview roll](https://roll-them-die.herokuapp.com/2/2/1/12/4/2).