Go to file
Zynh0722 eb2ebb8883 fix bug trimming 2024-02-09 02:13:38 -08:00
.gitignore fixing keys and filter for draft pick 2024-02-08 16:52:26 -08:00
README.md increase heading sizes 2024-02-08 20:00:11 -08:00
docker-compose.yml more data viewssss 2024-02-08 19:41:40 -08:00
example.env fixing keys and filter for draft pick 2024-02-08 16:52:26 -08:00
index.mjs fix bug trimming 2024-02-09 02:13:38 -08:00
package-lock.json fixing keys and filter for draft pick 2024-02-08 16:52:26 -08:00
package.json more data viewssss 2024-02-08 19:41:40 -08:00

README.md

lol-pairing-stat-fetcher

setup

You must copy example.env to .env, and input your Riot Games API Key to .env

Then run:

npm ci

running code

with docker-compose

docker-compose up

on its own

Note: you will need to provide your own redis, or disable redis caching by switching from "ioredis" to "local"

npm start

with cache debugging

npm run debug-cache