An API and website for viewing the loyalty rankings of a clash of clans family. Meaning it checks how long in total a player has been part of any clan from the family.
Make sure to install the dependencies:
npm install
Also make sure to create a .env file with the Clash of Clans API token
COC_API_TOKEN="XYZ"
Start the development server on http://localhost:3000
:
npm run dev
To look at the live product please visit: https://coc-loyalty-ranking.live/