Skip to content

adjeim/sinatra-twilio-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sinatra-twilio-video

A small video chat application built with Ruby, JavaScript, and Twilio Programmable Video.

Setup

  • Create a Twilio account if you don't have one yet. It's free!
  • Clone this repository.
  • Generate a new API Key from the Twilio Console.
  • Create a .env file by copying the .env.template file. Replace the placeholder text with the values for your Twilio Account SID, API Key SID, and API Key Secret.
  • Run bundle install to install dependencies.
  • Run the server on port 5000 with the command bundle exec rackup -p 5000

About

A small video chat application built with Ruby, JavaScript, and Twilio Programmable Video.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published