Skip to content

๐ŸŽธ Spotify utilities to increase productivity.

Notifications You must be signed in to change notification settings

VerifyBot/muzee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽธ 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

About

๐ŸŽธ Spotify utilities to increase productivity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published