Skip to content

vvh413/dice-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dice web

Run

yarn build
cargo watch -x run

Usage

curl -X GET http://localhost:8000/api/1d100
# {"values":[11],"total":11,"min":11,"max":11}

curl -X GET http://localhost:8000/api/3d20
# {"values":[4,18,5],"total":27,"min":4,"max":18}