Skip to content

juro994/spokentime-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpokenTime library

This little tool serves as a converter of time to British spoken time expressions. E.g 10:30 will become half past ten.

Usage

This is a maven project, which serves both as a library and an executable.

Standalone app

To use it as a standalone tool, run:

mvn package

Then you can run the app by executing e.g.:

cd target
java -jar spokentime-0.0.1-SNAPSHOT.jar 13:36

This should output: one thirty six

Library

To use it as a library (e.g. with my spokentime-webapp) run:

mvn install

This will put the package to your local Maven repo, so the other projects can use it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages