Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minimal/player-ladder

Rankings ladder in Clojure, Clojurescript, Om, React
https://github.com/minimal/player-ladder

clojure clojurescript elo-rating league react reactjs tabletennis

Last synced: 2 months ago
JSON representation

Rankings ladder in Clojure, Clojurescript, Om, React

Awesome Lists containing this project

README

        

player-ladder-om
=================
[![Build Status](https://travis-ci.org/minimal/player-ladder.svg?branch=master)](https://travis-ci.org/minimal/player-ladder)
[![Dependencies Status](http://jarkeeper.com/minimal/player-ladder/status.svg)](http://jarkeeper.com/minimal/player-ladder)

A player ladder for any 1v1 game (e.g. table tennis).

Originally forked from [React Tutorial Om](https://github.com/jalehman/react-tutorial-om)

Frontend written in [Om](https://github.com/swannodette/om).

## Installation

Clone this repo

git clone [email protected]:minimal/player-ladder.git

Run server

lein repl
(go)

Figwheel and browser repl

lein figwheel

Point Browser to

http://localhost:3000/app

Uberjar

lein uberjar
java -jar player-ladder-0.1.0-SNAPSHOT-standalone.jar results.edn 3000

![screenshot](http://i.imgur.com/Zp7UO20.png "Screenshot")