command
module
Version:
v0.0.0-...-38f6706
Opens a new window with list of versions in this module.
Published: Jan 22, 2020
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Leaderboarder
Build a leaderboard for any application you can think of in under 5 minutes
Features
- Add and retrieve leaderboard
- Support for local file saving to keep application completely self-contained!
Endpoints
[GET] {url}/
Returns the list of scores in JSON format in descending order by score
[POST] {url}/submit
Creates a new leaderboard entry
Params
- name - Name for entry
- score - Score of entry
- metadata - Metadata for entry, plug anything into this though JSON is recommended for later consumption
TODO
- TLS support for encrypting connections
- Filtering leaderboard retrieval via basic query language
- Optional leaderboard front-end support! Just toggle to serve your leaderboard via a built-in web server.
- Support for multiple back-ends for saving data (it's extensible today)
- Schema definitions for metadata acceptance
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.