create-jambonz-app

0.0.6 • Public • Published

create-jambonz-app

Usage: npx create-jambonz-app [options] project-name

Options:
  -h, --help                        display help for command
  -s, --scenario <scenarios..>      list the scenarios you want to implement or 'all' (default: ["tts", "dial"])
  -v, --version                     display the current version

The following scenarios are available:

  • auth: an example device registration webhook
  • dial: an example dial verb
  • record: an example websocket server that receives real-time audio from a 'listen' command
  • tts: an example tts verb

Example:

$ npx create-jambonz-app --scenarios 'dial, auth, tts' my-app

Creating a new jambonz app in /Users/perpich/test/my-app
Installing packages...

After that, edit the my-app/ecosystem.config.js file to set necessary environment variables for the webhooks and then start your app

cd my-app
edit ecosystem.config.js
node app.js
```bash

Readme

Keywords

none

Package Sidebar

Install

npm i create-jambonz-app

Weekly Downloads

7

Version

0.0.6

License

MIT

Unpacked Size

25.7 kB

Total Files

21

Last publish

Collaborators

  • beachdog