Skip to content

An Elm project for displaying some interesting stats from Spotify

License

Notifications You must be signed in to change notification settings

jindrazak/Elmify

Repository files navigation

Elmify

A web app that shows some interesting stats from Spotify Web API. Made using Elm.

Features

Elmify can show:

  • Users top artists
    • popularity and genres
  • Users top tracks
    • audio features like danciness, tempo, valence of a track
  • 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

Installation

npm install
npm run start
# >> localhost:8080

Run tests

npx elm-test

Note

This is a semestral project that was created during MI-AFP course at CTU in Prague

Assignment details