Software Alternatives & Reviews

If Spotify and Tinder Had a Baby

Spotify API Chrome DevTools
  1. The Spotify API allows you to build applications on top of the Spotify platform.
    Having registered your app, you now will have a client ID/Secret which you can then use to implement one of their offerings, be it WebAPI, AdsAPI. In this case, WebAPI was used. Note, registering your app puts it in a Dev mode initially - what this means is your app can only be used by yourself, the dev, and anyone you whitelist to use your application (you can whitelist up to 25 people).

    #Development #Marketing Platform #Audio & Music 34 social mentions

  2. Get started with Google Chrome's built-in web developer tools.
    So in the end, all this app is, is a front end app that just rides off of what Spotify has. There's no server code involved except for the OAuth implementation. The application hits Spotify directly. You can see this by dev tooling the application and seeing the network requests.

    #Automated Testing #Software Development #Testing 37 social mentions

Discuss: If Spotify and Tinder Had a Baby

Log in or Post with