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
- Host: GitHub
- URL: https://github.com/mjc-gh/dice-roll
- Owner: mjc-gh
- Created: 2015-09-03T03:05:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T15:37:01.000Z (over 9 years ago)
- Last Synced: 2025-03-15T08:33:34.190Z (7 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).