Skip to content

Commit

Permalink
🏗 Add templates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan König committed Nov 9, 2018
1 parent 1810177 commit c556a75
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions templates.json
@@ -0,0 +1,20 @@
[
{
"name": "Hello World",
"id": "helloworld",
"description": "Jovo Sample Voice App with a simple \"Hello World!\" + asking for the user's name.",
"githubUrl": "https://github.com/jovotech/jovo-sample-voice-app-nodejs"
},
{
"name": "Trivia Game",
"id": "trivia-game",
"description": "Sample Trivia Voice App.",
"githubUrl": "https://github.com/jovotech/jovo-templates/tree/master/02_trivia-game"
},
{
"name": "Unit Testing",
"id": "unit-testing",
"description": "This template comes with some sample unit tests that work for both Alexa Skills and Google Actions.",
"githubUrl": "https://github.com/jovotech/jovo-templates/tree/master/03_unit-testing"
}
]

0 comments on commit c556a75

Please sign in to comment.