Simple API Wrapper that removes the need of getting an Authentication Token in order to access the Spotify API. There's also an interface if you have to do a quick check.
All responses are returned in JSON Format.
https://spotify-api-wrapper-joaco.herokuapp.com/artist/'your-artist-name'
Example:
spotify-api-wrapper-joaco.herokuapp.com/artist/Boris Brejcha
https://spotify-api-wrapper-joaco.herokuapp.com/artist/'your-artist-id'/top-tracks
Example:
spotify-api-wrapper-joaco.herokuapp.com/artist/6caPJFLv1wesmM7gwK1ACy/top-tracks
https://spotify-api-wrapper-joaco.herokuapp.com/artist-with-tracks/'your-artist-name'
Example:
spotify-api-wrapper-joaco.herokuapp.com/artist/Boris Brejcha
Check it out at spotify-api-wrapper-joaco.herokuapp.com