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

Search Feature #2

Closed louisefindlay23 closed 3 years ago

louisefindlay23 commented 3 years ago

Create a search form where users can search for songs/albums by artist, song name and album name. (Use Library Trackr as a basis)

louisefindlay23 commented 3 years ago

TODO:

louisefindlay23 commented 3 years ago

Added a isAuthenticated middleware (thanks to a Scotch tutorial) yesterday to test if authenticated with the Spotify API for the Spotify routes.

Added other routes: Playlists and Artists. Finished styling Artists page but still working on Playlists.

Also refactored the Album/Artist/Playlist pages to use /id to get parameters rather than ?id= using the Express Docs.

To-Do:

louisefindlay23 commented 3 years ago

To-Do: Rewrite card/track CSS so it uses Grid for two dimension spacing, handles two card row and hopefully equal height and width (but flexibly).

louisefindlay23 commented 3 years ago
louisefindlay23 commented 3 years ago

Mainly writing Todos in my own code to track features. Switched from request to node-fetch (since request is depreciated) with the help of this Dev.to article.

louisefindlay23 commented 3 years ago
louisefindlay23 commented 3 years ago

Finished as of #18.