Skip to content

dasha-samples/dasha-first-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to start the demo app

This example shows how to build conversational IVR on top of Dasha. If you need any help, join us in our Developer Community.

  1. Clone the repo and install the dependencies:
git clone https://github.com/dasha-samples/dasha-first-app
cd dasha-first-app
npm install
  1. Create or log into your account using the Dasha CLI tool:
npx dasha account login
  1. To start a text chat, run:
npm start chat
  1. To receive a phone call from Dasha, run:
npm start <your phone number>

The phone number should be in the international format without the + (e.g. 12223334455)

About

Very basic app to get a sense of Dasha

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published