Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sasicodes/twilio-voice-call-from-web
Make voice calls using Twilio Voice API - NextJs, TailwindCSS
https://github.com/sasicodes/twilio-voice-call-from-web
nextjs tailwindcss twilio voice
Last synced: 25 days ago
JSON representation
Make voice calls using Twilio Voice API - NextJs, TailwindCSS
- Host: GitHub
- URL: https://github.com/sasicodes/twilio-voice-call-from-web
- Owner: sasicodes
- Created: 2021-10-08T12:54:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-08T14:31:34.000Z (about 3 years ago)
- Last Synced: 2024-10-12T13:33:56.619Z (about 1 month ago)
- Topics: nextjs, tailwindcss, twilio, voice
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twilio Vocie Call Example
## Clone
Clone the repository `git clone https://github.com/sasidharank/twilio-voice-call-from-web.git`
```
yarn
```
to install all the dependencies.---
## Add your Twilio Keys
In .env add your Twilio keys, ([get one here](www.twilio.com/referral/pqxWdA))
```
TWILIO_ACCOUNT_SID=""
TWILIO_AUTH_TOKEN=""
TWILIO_PHONE_NUMBER=""
```
---
## Run
```
yarn dev
```
to run the application in localhost:3000