An API that shuffles a deck of 52 cards for you.
GET
/v1/deck/
Returns a shuffled standard 52-card deck.
GET
/images/{value}_{suit}.png
Returns an image of a standard playing card for the given value and suit.
Check it out here: https://deck-shuffle.herokuapp.com/