https://github.com/nexmo/rails-vapi-holiday-checker
Check if your colleagues are on a national holiday with Rails and the Nexmo Voice API
https://github.com/nexmo/rails-vapi-holiday-checker
Last synced: over 1 year ago
JSON representation
Check if your colleagues are on a national holiday with Rails and the Nexmo Voice API
- Host: GitHub
- URL: https://github.com/nexmo/rails-vapi-holiday-checker
- Owner: Nexmo
- License: mit
- Created: 2019-02-25T08:44:18.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T07:22:55.000Z (over 1 year ago)
- Last Synced: 2025-03-21T08:26:14.206Z (over 1 year ago)
- Language: Ruby
- Homepage: https://www.nexmo.com/blog/2019/02/27/rails-holiday-vapi-checker-dr/
- Size: 54.7 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Are your colleagues on holiday?
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.
## Requirements
* A [Nexmo account](https://dashboard.nexmo.com/sign-up)
* Rails 5.2+
* [Holidays Gem](https://github.com/holidays/holidays)
* [ngrok](https://ngrok.io)
## Installation
* Clone this repository
* Provision a Nexmo virtual number from the Nexmo dashboard
* Create a Nexmo application from the Nexmo dashboard
* Link your virtual number to your application in the Nexmo dashboard
* Start up the Rails server
* Make your server externally accessible with ngrok
## Usage
* Dial your phone number and follow the prompts on the phone call
## License
This application is under the [MIT License](LICENSE)