Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonepri/leadoii
🏆 Leaderboard Generator for the Italian Olympiads of Informatics Training Platform
https://github.com/simonepri/leadoii
competitive-programming education fastify leaderboard nodejs oii scoreboard vue
Last synced: 17 days ago
JSON representation
🏆 Leaderboard Generator for the Italian Olympiads of Informatics Training Platform
- Host: GitHub
- URL: https://github.com/simonepri/leadoii
- Owner: simonepri
- License: mit
- Created: 2018-02-28T23:20:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T16:42:54.000Z (over 4 years ago)
- Last Synced: 2024-10-22T16:11:00.494Z (3 months ago)
- Topics: competitive-programming, education, fastify, leaderboard, nodejs, oii, scoreboard, vue
- Language: Vue
- Homepage: https://leadoii.now.sh
- Size: 575 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
leadOII
🏆 Leaderboard Generator for the Italian Olympiads of Informatics Training Platform
Coded with ❤️ by Simone Primarosa.
## Reasoning
This project is aimed to generate leaderboards based on the data from the [Italian Olympiads of Informatics Training Platform](https://training.olinfo.it/#/ranking/1).
You can choose the name of the users that you want the leaderboard generated for and optionally the problems you want to consider inside the leaderboard score calculation.You can use the generator by going to this website [https://leadoii.now.sh](https://leadoii.now.sh
).
> The website may be really slow sometimes due to [now.sh free hosting limitations](https://zeit.co/docs/other/faq#why-does-my-deployment-occasionally-have-long-response-times).
> Please be patient!Do you believe that this is *useful*? It has *saved you time*? Or maybe you simply *like it*?
If so [support us with a Star ⭐️](#start-of-content).## Development
If you want to run it locally you just need to run the following commands.```bash
git clone https://github.com/simonepri/leadoii.git
cd leadoiicd backend
npm i
npm start
cd ..cd frontend
npm i
npm run serve
cd ..
```## Authors
- **Simone Primarosa** - *Follow* me on *Github* ([:octocat:@simonepri](https://github.com/simonepri)) and on *Twitter* ([🐦@simonepri](http://twitter.com/intent/user?screen_name=simoneprimarosa))See also the list of [contributors](https://github.com/simonepri/node-package-skelethon/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/simonepri/node-package-skelethon/LICENSE) file for details.