Skip to content

philnash/twilio-client-and-accessibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploring accessiblity and Twilio Client

This is an implementation of the Twilio JavaScript Client based on the Ruby Quickstart. The master branch has the client in the state it would be if you were to follow the tutorial as directed (with a couple of extra bits, like a Gemfile and a config.ru file to make it easy to run).

Running the example app

To run the application, make sure you have Ruby and the Bundler gem installed. Clone or download this repo and then:

$ cd twilio-client-and-accessibility
$ bundle install

You will need to set up a TwiML App within your account that points to a URL that your app is running on (I suggest using ngrok for testing locally). You will also need a Twilio Number that you can use for caller ID. Once you have these, along with your Twilio credentials you will need to export them as environment variables.

$ export TWILIO_ACCOUNT_SID=AC1234...
$ export TWILIO_AUTH_TOKEN=fga53...
$ export TWILIO_APP_SID=AP1234...
$ export TWILIO_NUMBER=+44203...

Then you can run the app as follows:

$ bundle exec rackup

The application will be available at http://localhost:9292/.

It should look like this:

The Twilio Client Quickstart app

About

Exploring accessiblity and Twilio Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages