Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 826 Bytes

File metadata and controls

34 lines (21 loc) · 826 Bytes

Vibify

Find hidden playlists within your music using your listening history

Written in Svelte. Deployed on Render. Deployment is done by the author after local testing.

If you have a feature or bug fix, submit a PR!

UI

The amazing Kahi UI svelte library was used to provide rapid development.

Tracking

Mix Panel is used to track usage in the app - no user data is stored. This is similar to Google Analytics but wanted to try a different service out this time!

Get started

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000.