/loading-lines

Random "Please wait..." messages to keep your users entertained.

Primary LanguageJava

Loading... Lines

Random "Please wait..." messages to keep your users entertained.

Comes pre-packaged with original Sim City Messages and a de-luxe set of Yoda quotes.

INSTALLATION

$ mvn package
$ java -jar target/loading-lines-0.0.1-SNAPSHOT.jar

DOCKER

$ docker pull aarsla/loading-lines
$ docker run -p 9000:9000/tcp -p 9001:9001/tcp loading-lines

ENDPOINTS

/ This page
/message Random message
/message/short Shorter version of random message
/quote Random pearl of wisdom
/sim Original SimCity message

All endpoints support up to 50 messages (/message/:n).

METRICS

/status Health & Metrics

EXAMPLES

$ curl http://localhost:9000/message
    {"message": "Preparing Spline Graphs"}

DESCRIPTION

Having fun with Spring Boot.

AUTHOR

aarsla