This project just convert a number than represent a time on description of the hour. For example, the application receive this number on first parameter 5 and this 0 on second. The response going to be like this "five o' clock".
- This application accept am/pm hour format.
Before install this project, you need to install the maven and java 1.8, follow the steps below this.
sudo apt update
sudo apt upgrade
Done? Right, now you can install Java using the command below.
sudo apt install openjdk-8-jdk
Wait to finish, you can confirm the version installed.
java -version
Installing maven
sudo apt install maven
Wait to finish, you can confirm the version installed.
mvn -version
Clone the repository [email protected]:cleidir/timeinwords.git
Access the project directory and execute te commands below to install the application.
cd timeinwords/
mvn clean install
Wait for the end of process, and than run this to execute the app using command below.
java -jar -Dapple.awt.UIElement="true" target/time.words-0.0.1-SNAPSHOT.jar -h