Last active
March 7, 2018 04:20
-
-
Save frob/a571ea54aec6a12949065553ffc21b3f to your computer and use it in GitHub Desktop.
custom list of ask templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Decision Tree": { | |
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-decision-tree.git" | |
}, | |
"City Guide": { | |
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-city-guide.git" | |
}, | |
"Trivia": { | |
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-trivia.git" | |
}, | |
"Fact": { | |
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-fact.git" | |
}, | |
"Team Lookup": { | |
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-team-lookup.git" | |
}, | |
"High Low Game": { | |
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-highlowgame.git" | |
}, | |
"Pet Match": { | |
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-petmatch.git" | |
}, | |
"Feed": { | |
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-feed.git" | |
}, | |
"How To": { | |
"gitUrl": "https://github.com/alexa/skill-sample-nodejs-howto.git" | |
}, | |
"Quiz Game": { | |
"gitUrl": "https://github.com/frob/skill-sample-python-quiz-game.git" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment