https://github.com/jindrazak/elmify
An Elm project for displaying some interesting stats from Spotify
https://github.com/jindrazak/elmify
elm elm-architecture elm-language single-page-app spotify spotify-api spotify-web-api webpack
Last synced: 9 months ago
JSON representation
An Elm project for displaying some interesting stats from Spotify
- Host: GitHub
- URL: https://github.com/jindrazak/elmify
- Owner: jindrazak
- License: gpl-2.0
- Created: 2020-06-09T20:22:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T10:53:50.000Z (over 2 years ago)
- Last Synced: 2025-03-24T06:54:37.657Z (over 1 year ago)
- Topics: elm, elm-architecture, elm-language, single-page-app, spotify, spotify-api, spotify-web-api, webpack
- Language: Elm
- Homepage: https://elmify.netlify.app/
- Size: 1.31 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elmify
A web app that shows some interesting stats from [Spotify Web API](https://developer.spotify.com/documentation/web-api/). Made using [Elm](https://elm-lang.org/).
## 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
```shell script
npm install
npm run start
# >> localhost:8080
```
### Run tests
```shell script
npx elm-test
```
## Note
This is a semestral project that was created during MI-AFP course at [CTU in Prague](https://fit.cvut.cz)
[Assignment details](Assignment.md)