frivas / jovo-templates

💬 Code Patterns and Templates for Jovo Voice Apps

Home Page:https://www.jovo.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jovo Framework

Templates for the Jovo Framework ⭐️

Documentation - CLI - Contributing - Twitter


Jovo Templates

The examples in this repository are a great starting point to learn about specific features of the Jovo Framework.

To access the templates, you first need to install the Jovo CLI with $ npm install -g jovo-cli. Then, you can create a new project from your command line with the following command:

# Standard version
$ jovo new <directory> --template <name>

# Short version
$ jovo new <directory> -t <name>

The following templates are currently available:

Name Description
helloworld Default. Jovo Sample Voice App with a simple "Hello World!" + asking for the user's name
trivia-game Trivia game voice app that makes use of states, helper functions, and i18n
alexa/audioplayer Sample Alexa Audioplayer Skill that plays a longform audio file with the Audioplayer directive
alexa/dialoginterface Sample implementation of the Alexa Dialog Interface
alexa/skillevents Sample implementation of the Alexa Skill Events.
google/mediaresponse Sample Google Action media response app that plays longform audio file

About

💬 Code Patterns and Templates for Jovo Voice Apps

https://www.jovo.tech

License:Apache License 2.0


Languages

Language:JavaScript 52.3%Language:TypeScript 47.7%