Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

jovotech/skill-sample-nodejs-alexa-conversations-pet-match

 
 

Repository files navigation

Jovo v4 Template

Jovo Framework

Website - Docs - Marketplace - Template

A sample Jovo v4 app that makes it possible to build experiences for voice and chat platforms.

This is the default template for the jovo new command.

Getting Started

Learn more in Jovo docs: https://www.jovo.tech/docs/getting-started

You can install the new Jovo CLI like this:

# Install globally
$ npm install -g @jovotech/cli

# Test the installation
$ jovo -v

After successfully installing the Jovo CLI, you can install the template using the new command:

$ jovo new <directory>

Change your working directory into your newly created project directory and run your Jovo app:

# Change working directory to your previously specified directory
$ cd <directory>

# Run local development server
$ jovo run

You can now open the Jovo Debugger with the . key.

About

This skill was built with Alexa Conversations and recommends dogs through a multi-turn conversation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 65.2%
  • JavaScript 34.8%