Skip to content

Latest commit

Β 

History

History
71 lines (51 loc) Β· 1.89 KB

File metadata and controls

71 lines (51 loc) Β· 1.89 KB

🎸 Muzee

Spotify utilities to increase productivity.

Tip

We are live @ https://themuzee.web.app
Currently on test-mode, create an issue to be whitelisted.


🎢 Feautures

  • πŸͺ© Daily Smash: Get a daily-refreshed playlist based on your Library playlists.
  • 🎲 Playlist Generator: Generate a playlist based on topics.
  • πŸ™Š Language Filter: Filter playlist songs based on language / charset.
  • 🩷 Public Liked: Share your liked songs with the world.
  • 🌦️ Live Weather: Update playlist description based on the weather.
  • πŸ“¦ Liked Archive: Automatically save unliked songs on an archive playlist.
  • ... and more to come!

I coded this project using soft coding principles, so it's easy to add new features and maintain the codebase.

πŸ–ΌοΈ Preview

🏠 Home

Home

πŸͺ© Daily Smash

Daily Smash

🎲 Playlist Generator

Playlist Generator

β˜ƒοΈ Technologies

UI

Server

πŸ•Ί Running

UI

cd ui/muzee
npm install

# development
npm run dev

# deployment
npm run build
firebase deploy

Server

pip install -r requirements.txt

# development
sanic server:dev --port 6969 --host 0.0.0.0

# deployment
sanic server:pod --port 6912 --host --single-process