Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpollich/pingpong
Tracks ping pong games!
https://github.com/kpollich/pingpong
Last synced: 1 day ago
JSON representation
Tracks ping pong games!
- Host: GitHub
- URL: https://github.com/kpollich/pingpong
- Owner: kpollich
- Created: 2015-12-21T15:17:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T21:35:15.000Z (almost 9 years ago)
- Last Synced: 2024-04-13T06:46:04.596Z (7 months ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Welcome to the Clipper Ping Pong tracker! This is a small demo web application for tracking table
tennis matches. To get started, create a player for yourself. You'l be able to add matches with other
players and view your overall record, as well as individual match/game statistics.We also have a small REST API, accessible through the `/api`/ scope. All endpoints require basic
authentication, so you'll need to create a player to authenticate to the API. This API complies with
the [JSON API](http://jsonapi.org/) standard. See the [wiki](https://github.com/kpollich/pingpong/wiki/ClipperPong-API) for more info.