Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 8, 2021 09:36 am GMT

mixmello, made with ReactJS and open source.

Introducing mixmello, a free, open source application to create remixed versions of your favourite Spotify playlists.

Web: mixmello.com
GitHub: github

Stack

Frontend: react@latest -- design & logo by me from scratch
Backend: none
APIs: Spotify
Authentication: pkce

Things I Learned

Making an app that uses the Spotify API is more work than you think!

  • Spotify's public API has some questionable decisions, including limits on resources but no search functionality. This means you have to chain paginated requests to get items and make a local search.

  • Their development checking team means business. Make sure you read the partner guidelines before build. You get one evaluation per day and the turnaround is slow.

  • If you use any metadata from their API, including art, titles, tracks etc. you must add a Open In Spotify button.

  • pkce is by far the easiest way of authenticating client-side with their API

Open to feedback, suggestions, PRs and any questions you might have!


Original Link: https://dev.to/alexgurr/mixmello-made-with-reactjs-and-open-source-40ci

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To