Skip to content

How to make your own Caller ID with Number Insight API from Nexmo using Ruby and Sinatra

Notifications You must be signed in to change notification settings

nexmo-community/sinatra-caller-id

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign up for a Vonage account, and check the Getting Started Guide for your API Key and API Secret if you don't already have one.

You'll need to set a few environment variables to a .env file, using .env.example as a template. Simply copy over .env.example to .env, and edit in the values for:

  • VONAGE_API_KEY
  • VONAGE_API_SECRET
  • GMAIL_USERNAME
  • GMAIL_PASSWORD - Don't worry, this is not transmitted anywhere.

If you're following along with the tutorial out check out the start-here branch

$ git clone [email protected]:ChrisGuzman/sinatra-caller-id.git

$ cd sinatra-caller-id/

$ bundle install

$ bundle exec ruby app.rb

About

How to make your own Caller ID with Number Insight API from Nexmo using Ruby and Sinatra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.2%
  • HTML 19.9%
  • Shell 1.9%