See your top ranking artists/tracks in a unique way. https://top.chse.dev
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.
Go to file
Chase 5c8fdc80fb
build Details
--> Linted: CSS No errors were found in the linting process Details
--> Linted: DOCKERFILE_HADOLINT No errors were found in the linting process Details
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITHUB_ACTIONS No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: JSON No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
lint Details
remove unused deps
2023-07-05 19:57:06 -05:00
.github Initial Commit 2023-07-03 20:38:05 -05:00
.vscode Initial Commit 2023-07-03 20:38:05 -05:00
src ty snyk 2023-07-04 18:10:06 -05:00
.dockerignore Initial Commit 2023-07-03 20:38:05 -05:00
.editorconfig Initial Commit 2023-07-03 20:38:05 -05:00
.env.example remove unnecessary env var 2023-07-03 20:40:57 -05:00
.eslintrc.json Initial Commit 2023-07-03 20:38:05 -05:00
.gitattributes Initial Commit 2023-07-03 20:38:05 -05:00
.gitignore Initial Commit 2023-07-03 20:38:05 -05:00
Dockerfile Initial Commit 2023-07-03 20:38:05 -05:00
LICENSE.md Initial Commit 2023-07-03 20:38:05 -05:00
Makefile Initial Commit 2023-07-03 20:38:05 -05:00
README.md remove unnecessary env var 2023-07-03 20:40:57 -05:00
package-lock.json remove unused deps 2023-07-05 19:57:06 -05:00
package.json remove unused deps 2023-07-05 19:57:06 -05:00
renovate.json Initial Commit 2023-07-03 20:38:05 -05:00

README.md

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 .