Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noamt/alternaticker

An alternative ticker application for Futuremark
https://github.com/noamt/alternaticker

Last synced: 16 days ago
JSON representation

An alternative ticker application for Futuremark

Awesome Lists containing this project

README

        

= The AlternaTicker

== Build
image:https://travis-ci.org/noamt/alternaticker.svg?branch=master["Build Status", link="https://travis-ci.org/noamt/alternaticker"]

AlternaTicker is built using Gradle and requires JDK 8.

== Implementation

.The AlternaTicker is currently:
* Written in Groovy.
* Implemented using Ratpack.

=== Building

Using the Gradle wrapper:

./gradlew clean build

=== Running

To run the standalone server:

./gradlew :run

This will start the server and bind to Ratpack's default port +5050+.

So the ticker is available at +http://localhost:5050+.