This is a Rails application powered by Nexmo's Voice API that creates a phone service that lets users dial in to see if there a national holiday in either a specific country or worldwide.
- A Nexmo account
- Rails 5.2+
- Holidays Gem
- ngrok
- Clone this repository
- Provision a Nexmo virtual number from the Nexmo dashboard
- Rename
.env.sample
to.env
and insert your credentials in the file - Start up the Rails server
- Make your server externally accessible with ngrok
- Dial your phone number and follow the prompts on the phone call
This application is under the MIT License