A simple app to show how number shadowing can work
0
stars
0
forks
source link
Number Shadowing Demo
To Run
- Create a Vonage application with Voice and Messaging Capabilities
npm install
- Copy
.env.dist
to .env
- Fill in
.env
with your credentials and a number to use as a delivery phone
- Run the application in two terminals
npm run dev
nodemon server-src/api.ts
- Visit the application at
http://localhost:5173