Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minimal/player-ladder
- Owner: minimal
- Created: 2014-10-11T14:05:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T11:09:25.000Z (over 8 years ago)
- Last Synced: 2023-03-10T19:12:28.306Z (almost 2 years ago)
- Topics: clojure, clojurescript, elo-rating, league, react, reactjs, tabletennis
- Language: Clojure
- Homepage:
- Size: 330 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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")