https://github.com/elizabethsiegle/video-compositions
https://github.com/elizabethsiegle/video-compositions
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elizabethsiegle/video-compositions
- Owner: elizabethsiegle
- Created: 2020-06-18T01:17:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T02:36:40.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T11:23:52.086Z (8 months ago)
- Language: JavaScript
- Size: 386 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build a Video Web App with the Twilio CLI in Nine Minutes
To run this app, you will need
- A Twilio account - [sign up for a free one here and receive an extra $10 if you upgrade through this link](http://www.twilio.com/referral/iHsJ5D)
- Account SID: [find it in your account console here](https://www.twilio.com/console)
- API Key SID and API Key Secret: [generate them here](https://www.twilio.com/console/runtime/api-keys)
- [The Twilio CLI](https://www.twilio.com/docs/twilio-cli/quickstart)Add your Account SID, API Key, and API Key Secret to your `.env` and then install the Twilio Serverless Toolkit via the CLI if you haven't already by running
```bash
twilio plugins:install @twilio-labs/plugin-serverless
```You can then see what commands the Serverless Toolkit offers by running
```bash
twilio serverless
```
Run `twilio serverless:deploy` and tada grab that HTML site, share it with some friends, and join the room.
