See your top ranking artists/tracks in a unique way. https://top.chse.dev
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
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
5 months ago
.github Initial Commit 5 months ago
.vscode Initial Commit 5 months ago
src ty snyk 5 months ago
.dockerignore Initial Commit 5 months ago
.editorconfig Initial Commit 5 months ago
.env.example remove unnecessary env var 5 months ago
.eslintrc.json Initial Commit 5 months ago
.gitattributes Initial Commit 5 months ago
.gitignore Initial Commit 5 months ago
Dockerfile Initial Commit 5 months ago
LICENSE.md Initial Commit 5 months ago
Makefile Initial Commit 5 months ago
README.md remove unnecessary env var 5 months ago
package-lock.json remove unused deps 5 months ago
package.json remove unused deps 5 months ago
renovate.json Initial Commit 5 months ago

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 .