Skip to content

choppen5/hello-monkey-whitepages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Twilio Client WhitePages demo.

This is a demo of Twilio client that is mostly based on the standard Twilio Client quickstart guide seen here: https://www.twilio.com/docs/quickstart/ruby/client/hello-monkey

The changes to the "hello monkey" code include:

  • New layout for showing caller info
  • Including the Whitepages API in the server layer to show caller info

To get it running, you have to do the following:

Once set up, to run this locally, you need the follwing evnironment variables (or hard code the variables) as seen in server.rb

  • caller_id = ENV['twilio_caller_id']
  • account_sid = ENV['twilio_account_sid']
  • auth_token = ENV['twilio_auth_token']
  • appsid = ENV['twilio_app_id']
  • api_key = ENV['whitepages_api_key']

Ruby steps:

  • Bundle install
  • ruby server.rb

About

Example Twilio softphone - with white pages api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published