ElixirCLE / nermesterts

https://covermytabletop.herokuapp.com/
1 stars 2 forks source link

Add Alexa endpoint to tell us what game to play #40

Closed Serneum closed 7 years ago

Serneum commented 7 years ago

Saw this over my vacation: https://www.youtube.com/watch?v=zt9WdE5kR6g

We just need to add an endpoint that returns JSON containing what we want Alexa to say. Initially, this may be just the name of the game. I'd like to potentially future-proof the endpoint and let it list multiple games for when we have multiple groups playing games

@daveshah, thought you might want to pair up on this and the Alexa code

Serneum commented 7 years ago

49 added an initial endpoint that we can build off of later, if needed