An open API service indexing awesome lists of open source software.

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

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)