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

https://github.com/sinedied/leadshow

Simple realtime leaderboard server for demo/show purposes
https://github.com/sinedied/leadshow

Last synced: 4 months ago
JSON representation

Simple realtime leaderboard server for demo/show purposes

Awesome Lists containing this project

README

          

# 🌟 leadshow

> Simple realtime leaderboard server for demo/show purposes

## Running the server

1. Make sure you have [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.
2. Install your dependencies
```sh
install
```

3. Start the app
```sh
npm start
```

The leadboard display is available at `http://localhost:3030`.