louisefindlay23 / colorflow-player

Colorflow Player is a Node.js music streaming app (Spotify and Deezer) with a ColorFlow inspired UI and split-testing analytics.
https://colorflowplayer.louisefindlay.com
4 stars 0 forks source link

Refactored Code #7

Closed louisefindlay23 closed 3 years ago

louisefindlay23 commented 3 years ago

Refactored code to remove uneeded modules, update vars to const and let and extracted Spotify routes into its own file. Also, set up hot-reloading for Node.js and browser.

Closes #4.