A web app that shows some interesting stats from Spotify Web API. Made using Elm.
Elmify can show:
- Users top artists
- popularity and genres
- Users top tracks
- audio features like
danciness
,tempo
,valence
of a track
- audio features like
- Users listening tastes computed as an average from his top tracks
- Audio features of any track
- All stats can be computed from 3 different time ranges
npm install
npm run start
# >> localhost:8080
npx elm-test
This is a semestral project that was created during MI-AFP course at CTU in Prague