Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/swimburger/twiliodemos

TwilioDemos
https://github.com/swimburger/twiliodemos

Last synced: about 8 hours ago
JSON representation

TwilioDemos

Awesome Lists containing this project

README

        

Before running the demos, make sure to configure the following configuration.
I recommend configuring it as user-secrets.

```json
{
"Twilio:FromPhoneNumber": "",
"Twilio:Client:AccountSid": "",
"Twilio:Client:AuthToken": "",
"Twilio:RequestValidation:AuthToken": "",
"SendGrid:ApiKey": "",
"SendGrid:FromName": "",
"SendGrid:FromEmail": ""
}
```