Skip to content

A Spotify statistics tracker so the user can be up to date with all their top songs and artists.

lukemoenning/trackify

Repository files navigation

Trackify

Need to get approved by Spotify before the link works universally

Deploy to GitHub Pages

$ npm run deploy -- -m "Deploy Trackify to GitHub Pages"

Run with docker

$ docker pull lukemoenning/trackify
$ docker run -d -p 3000:3000 --name trackify lukemoenning/trackify
$ docker build -t lukemoenning/trackify .
$ docker exec -it trackify bash

Run with npm

$ npm start

Update package.json

$ npx npm-check-updates -u
$ npm install

JSDoc

$ open out/index.html
$ jsdoc -r src/

Spotify for Developers

link to trackify app -> https://developer.spotify.com/dashboard/applications/5fe24f726a784ced9a2133098d1b6db1

React Context API

° Creates a data layer to handle variables
° Similiar to Redux
° Principle of Least Knowledge and prevents tightly coupled code

About

A Spotify statistics tracker so the user can be up to date with all their top songs and artists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published