ashkan18 / colorify

See your Spotify playlists in colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colorify

App for listing all your Spotify playlists and get color palette of songs in each playlist.

Run Locally

Colorify is a Phoenix-based application. It uses websocket based LiveView for analyzing album covers on the fly for each playlist and update the color palette as the results are coming in.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Create .env file in your root folder and set variables based on .env.example
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

See your Spotify playlists in colors

License:MIT License


Languages

Language:Elixir 68.8%Language:CSS 18.1%Language:JavaScript 6.6%Language:HTML 3.7%Language:Dockerfile 1.7%Language:Shell 0.9%