Need to get approved by Spotify before the link works universally
$ npm run deploy -- -m "Deploy Trackify to GitHub Pages"
$ docker pull lukemoenning/trackify
$ docker run -d -p 3000:3000 --name trackify lukemoenning/trackify
$ docker build -t lukemoenning/trackify .
$ docker exec -it trackify bash
$ npm start
$ npx npm-check-updates -u
$ npm install
$ open out/index.html
$ jsdoc -r src/
link to trackify app -> https://developer.spotify.com/dashboard/applications/5fe24f726a784ced9a2133098d1b6db1
° Creates a data layer to handle variables
° Similiar to Redux
° Principle of Least Knowledge and prevents tightly coupled code