
jovo new command.
To use the Jovo covid_count, you'll need the Jovo CLI. You can install it globally with NPM.
$ npm install -g jovo-cliAfter successfully installing the Jovo CLI, you can install the template using one of the following commands:
$ jovo new Covid_CountChange your working directory into your newly created project directory and run your voice app:
# Change working directory to your previously specified directory.
$ cd <directory>
# Install dependencies.
$ npm install
# Run voice app, optionally with a --watch flag to restart on code changes.
$ jovo run [-w]Read more about
jovo runhere.
If you now go to the Jovo Debugger by pressing . or clicking on the webhook url in the terminal, you can test your voice application right away.
Joshua Luangasa is a software developer in hopes of making an impact to the community through products using jovo framework for voice, including platforms like Alexa, Google Assistant.