This repository has been archived on 2023-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
TopRanks/README.md

769 B

See your top ranking artists/tracks in a unique way.

img

Running

docker run -d \
    --name TopRanks \
    -p 3000:3000 \
    -e BASE_URL=https://top.chse.dev \
    -e COOKIE_SECRET=asdf \
    -e SESSION_SECRET=asdf2 \
    -e SPOTIFY_CLIENT_ID=asdf4 \
    -e SPOTIFY_CLIENT_SECRET=asdf5 \
    git.chse.dev/chase/topranks:latest

Development

git clone https://git.chse.dev/chase/TopRanks.git
cd TopRanks
npm install
cp .env.example .env
# Edit .env to your liking
node .