Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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