NodeJS server for the spotify artist explorer app, see the server app.
See the app running at https://seansobey.github.io/spotify-artist-explorer-client/.
This app allows you to see the latest album released from your followed artists in Spotify.
See: http://app.swarm.fm
npm install
- Open
src/constants.ts - If not already done, register a Test App on a dev account.
- Set redirect url (
spotify.redirectURI), should use the domain of this locally running website, eg'http://localhost:8080/auth.html'. - Add this redirect url to the list of Redirect URIs on your Spotify App (Dashboard -> Settings -> Redirect URIs).
- Set client ID (
spotify.clientId), from the spotify app dashboard. - Set the oauth server (
authServer), the domain of the locally running server app (spotify-artist-explorer-server), eg'http://localhost:3000'.
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit
- Multiple albums per artist
- Formatting like this: http://app.swarm.fm
- [ ]