This is a fork of Qnnie's original project, mainly for personal use.
- Fully customizable tier breakpoints (modifiable in
src/helpers.js
) and dynamic tier generation (the original project simply has default tiers hardcoded in it, making it difficult to customize the tier ranks)- Adjustable color gradient as seen in tier rank boxes. This is powered by rainbowvis.js and is controllable by the following url query string parameters:
?start_color=<color_name>&end_color=<color_name>
(color names are taken from here)- De-bloated and minified to an extent, with useless user-side fluff (e.g. homepage) removed, thus acting as a REST API-only backend. Simply enter the correct url path for the desired pages - for example,
/anilist/<username>
.
- Tested with AniList only (since I'm an AniList user). MyAnimeList and Kitsu routes aren't guaranteed to work without bugs. Also, the original author's MAL-only solution for customizable tier list settings might not work in this fork (I might fix it in the future though).
- Currently you still have to edit the said source code and run the project locally if you want custom tier ranks. Perhaps there is a way to turn it into a neat API interface?
MAL lists cap at 900.
Just a fun little project that converts your MAL and or AniList to a tier list. Feel free to improve any aspect and send in a pull request <3
Put the following inside your bio
Heres my profile as an example https://myanimelist.net/profile/Qnnie
Background Image: {background}image url{/background}
Your top bar can be different colors.
Colors can be
Hex ex: {topbar}#ffffff{/topbar}
RGB: {topbar}rgb(255,0,0){/topbar}
or even slightly transparent with RGBA {topbar}rgba(255,0,0,0.5){/topbar}
Normal ex: {topbar}green{/topbar}
CUSTOM RANKS
ex: {ratings}SS,S,A,B,C,D,F,F,F,F{/ratings}
SS = 10
S = 9
A = 8
B = 7
C = 6
D = 5
F = 4-1
- You can actually take a screenshot of your list by using browser extensions.
- If you're only getting a section like "Plan to watch" You need to go to your list settings and remove that as your default
- Working on general bugs
- open up command line tool for the following commands
- git clone https://github.com/Qnnie/AnimeTierList
- cd AnimeTierList
- npm install
- node src/app.js