Jovo Templates Save

💬 Code Patterns and Templates for Jovo Voice Apps

Project README

Jovo v3 Templates

This repository only contains templates for Jovo v3. You can find the Jovo v4 templates here: TypeScript, JavaScript.

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
$ jovo3 new <directory> --template <name>

# Short version
$ jovo3 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
Open Source Agenda is not affiliated with "Jovo Templates" Project. README Source: jovotech/jovo-templates
Stars
26
Open Issues
37
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating