feat: Initial Commit

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2022-12-07 12:58:31 +01:00
commit abfd6d8445
14 changed files with 2995 additions and 0 deletions

27
README.md Normal file
View File

@ -0,0 +1,27 @@
# Code::Stats Skyline
Tool to generate an STL using your Codestats Total XPs
[Based on Github's Skyline](skyline.github.com)
[Idea by @ColinM#7415](https://discord.com/channels/510060567298310144/510060567298310146/1049790442964783114) on the [Code::Stats Discord](https://discord.gg/gyzRfjc)
| Source | Result |
|------------------------------|--------------------------------|
| ![](./.github/codestats.png) | ![](./.github/prusaslicer.png) |
## How to generate
Go to the following URL and appends your username like below
```
https://codestats-skyline.avior.me/?username=Aviortheking
```
It will generate and allows you to download the generated STL!
## Deploy the tool yourself!
You can use the Dockerfile to deploy the tool yourself!
_Code will be refactored as it has been done quickly :p_