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
- Host: GitHub
- URL: https://github.com/freeclimbapi/java-collect-digits-how-to-guide
- Owner: FreeClimbAPI
- Created: 2019-10-30T15:59:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T19:03:57.000Z (over 1 year ago)
- Last Synced: 2025-02-21T21:38:08.173Z (11 months ago)
- Topics: ivr, tutorial
- Language: Java
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).