Skip to content

A website with several tools to use alongside Spotify.

License

Notifications You must be signed in to change notification settings

bkeys818/spotify-tools

Repository files navigation

Spotify Tools

A site with tools to use alongside Spotify.

Deploy Frontend Deploy Functions Function Tests Check Formatting

Tool Description
Public Liked Songs Creates a new public playlist that will sync with your liked tracks every 24 hours.
Duplicate Remover Finds any duplicates in your playlists and allows you to removes them.

Contribution

Want to add or modify the sites functionality? Feel free to create an issue or submit a pull request!

This project was build using SvelteKit and Firebase.

Guidelines

Please ensure any pull request adhere to the following guidelines:

  • Keep descriptions short and simple, but descriptive.
  • Use Gitmoji for commits.
  • Format your code correctly (pnpm lint).

Project Setup

Firebase

First, you'll need to set up firebase.

  • Install firebase-tools globally.
  • Create a new firebase project for development.
  • Set up a Firebase deploy targets named dev (tutorial).
  • Replace the devConfig with your development project configuration.

A few more steps for the function tests.

Spotify API

You'll also need to add some Spotify credentials.