See your top ranking artists/tracks in a unique way.
https://top.chse.dev
jsjavascriptnodejsnodenode-jscsshtmlexpressjsexpress-jsexpresshtml5css3websitewebdevwebdevelopmentejsesmwebdockerweb-devspotify
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.
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
|
5 months ago | |
---|---|---|
.github | 5 months ago | |
.vscode | 5 months ago | |
src | 5 months ago | |
.dockerignore | 5 months ago | |
.editorconfig | 5 months ago | |
.env.example | 5 months ago | |
.eslintrc.json | 5 months ago | |
.gitattributes | 5 months ago | |
.gitignore | 5 months ago | |
Dockerfile | 5 months ago | |
LICENSE.md | 5 months ago | |
Makefile | 5 months ago | |
README.md | 5 months ago | |
package-lock.json | 5 months ago | |
package.json | 5 months ago | |
renovate.json | 5 months ago |
README.md
See your top ranking artists/tracks in a unique way.
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 .