Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviortheking/codestats-skyline
Tool to generate an STL Github's Skyline like using your Codestats Total XPs
https://github.com/aviortheking/codestats-skyline
codestats generator openscad typescript
Last synced: about 2 months ago
JSON representation
Tool to generate an STL Github's Skyline like using your Codestats Total XPs
- Host: GitHub
- URL: https://github.com/aviortheking/codestats-skyline
- Owner: Aviortheking
- License: mit
- Created: 2022-12-07T11:54:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:26:58.000Z (10 months ago)
- Last Synced: 2024-10-15T03:06:27.024Z (3 months ago)
- Topics: codestats, generator, openscad, typescript
- Language: OpenSCAD
- Homepage: https://codestats-skyline.avior.me
- Size: 359 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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!
### render a specific year
You can also render a specific year!
simply add the year to the URL
```
https://codestats-skyline.avior.me/?username=Aviortheking&year=2021
```and voilà!
## 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_