Go to file
Zynh0722 f45cc2cd1c add README.md 2024-02-08 19:46:41 -08:00
.gitignore fixing keys and filter for draft pick 2024-02-08 16:52:26 -08:00
README.md add README.md 2024-02-08 19:46:41 -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 more data viewssss 2024-02-08 19:41:40 -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

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