- Search artists
- Play artist (Random 15 Tracks)
- Get albums
- View artist
- Play album
- Search albums
- View album
- Add track to tracklist
- Remove track from tracklist
- Play track
- Search tracks
- Play favorites
- Add track to favorites
- Remove track from favorites
- View favorites
- Autenticate
- View history
- Play history
- To test the service worker, you need to build the production bundle.
- Set envvars in .env.production
- Execute npm run build
- Install serve : npm install -g serve
- Serve the static builded files: serve -s build