https://github.com/philnash/superclass-twilio-video-demo
A demo of Twilio Video for Superclass 2019
https://github.com/philnash/superclass-twilio-video-demo
Last synced: 3 months ago
JSON representation
A demo of Twilio Video for Superclass 2019
- Host: GitHub
- URL: https://github.com/philnash/superclass-twilio-video-demo
- Owner: philnash
- License: mit
- Created: 2019-07-31T08:01:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T02:40:28.000Z (over 2 years ago)
- Last Synced: 2025-04-06T08:32:09.921Z (6 months ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Superclass Video Demo
A demo of [Twilio Video](https://www.twilio.com/video) for [Superclass 2019](https://signal.twilio.com/superclass).
## Running the demo
You will need [Node.js installed](https://nodejs.org/en/) to run this demo.
### Download the code
Start by cloning or downloading the repo:
```bash
https://github.com/philnash/superclass-twilio-video-demo.git
```### Install the dependencies
Change into the directory and install the dependencies:
```bash
npm install
```### Set up environment variables
Copy the `.env.example` file into `.env`. and fill in your Twilio Account SID and an API key and secret that you can [generate in your Twilio console here](https://www.twilio.com/console/video/project/api-keys).
### Run the application
To start the application, run:
```bash
npm start
```Then visit [http://localhost:3000/index.html](http://localhost:3000/index.html).
Enter your name in the box and join the video chat room.