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

https://github.com/freeclimbapi/java-collect-digits-how-to-guide

Java - Collect Digits Tutorial
https://github.com/freeclimbapi/java-collect-digits-how-to-guide

ivr tutorial

Last synced: 8 months ago
JSON representation

Java - Collect Digits Tutorial

Awesome Lists containing this project

README

          

# Java - Collect Digits How-To Guide

This project serves as a guide to help you build an application with FreeClimb. View this how-to guide on [FreeClimb.com](https://docs.freeclimb.com/docs/collect-digits-1#section-java) Specifically, the project will:

- Get digits typed by the caller
- Use their response to respond with the selection

## Setting up your new app within your FreeClimb account

To get started using a FreeClimb account, follow the instructions [here](https://docs.freeclimb.com/docs/getting-started-with-freeclimb).

## Setting up the how-to guide

1. Configure environment variables

| ENV VARIABLE | DESCRIPTION |
| ------------ | ---------------------------------- |
| HOST | URL where your app is being hosted |

## Building and runnning the how-to guide

1. Build and run the application using command:

```bash
$ gradle build && java -Dserver.port=3000 -jar build/libs/gs-spring-boot-0.1.0.jar
```

## Getting Help

If you are experiencing difficulties, [contact support](https://freeclimb.com/support).