Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noamt/alternaticker
- Owner: noamt
- License: apache-2.0
- Created: 2015-10-07T12:23:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T22:00:17.000Z (about 9 years ago)
- Last Synced: 2023-03-11T16:26:01.737Z (over 1 year ago)
- Language: JavaScript
- Size: 17 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
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+.