The application uses the Spotify Web Api
List of packages beside the core modules.
- krisajenkins/remotedata - RemoteData
- lukewestby/elm-http-builder
All HTML styings were created with the help of Bootstrap. Boostrap was integrated on the basis of this Tutorial.
$ git clone https://github.com/HS-Flensburg-FFE/abschlussprojekt-elm-spotify.git
$ cd abschlussprojekt-elm-spotify
$ npm installAfter clone this repository run npm install inside the project folder to install and build the project dependencies.
Then run npm start and visit http://localhost:8000/
No login is used for the project assignment. Thats, because the user needs a spotify account to use this application. I provide my own account to test this application.
| Feature | ready |
|---|---|
| Authentifikation | ✅ |
| Login | ❌ |
| Search Items | ✅ |
| Show Playlist | ✅ |
| Show Items | ✅ |
| Show Track | ✅ |
| Show Artist | ✅ |
| Show Album | ✅ |
| Cookie-Management | ✅ |
| Feature | ready |
|---|---|
| Create Playlist | ❌ |
| Login | ❌ |