The purpose of the quickstart guide is to provide simple examples focused on one goal. For example, sending an SMS, handling an incoming SMS webhook or making a Text to Speech call.
To use this sample you will first need a Nexmo account. Once you have your own API credentials, rename the .env.example
file to .env
and set the values as required.
For some of the examples you will need to buy a number.
$ git clone git@github.com:Nexmo/nexmo-rails-quickstart.git
$ cd nexmo-rails-quickstart
$ cp .env.example .env
$ bundle install
$ rake db:create
$ rake db:migrate
$ rails server
Please raise an issue to request an example that isn't present within the quickstart. Pull requests will be gratefully received.
-
The code samples in this repo is under MIT
-
The tutorials contents are under Creative Commons, CC-BY-SA 4.0