Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 3.58 KB

README.md

File metadata and controls

45 lines (31 loc) · 3.58 KB
Closure of Spotify Apps Submissions
Spotify closed the submission process for new apps on the 24th of March 2014. You can still develop apps, but your app will not be released through the App Finder and will thus not be accessible to other users. Please read the announcement on our Developer News site for more information.

boilerplate-app

This is a boilerplate app that contains the minimum required code to create a Spotify app. It also contains a few simple examples of how to use some of our APIs.

Running the application

To run the application your Spotify account needs to have the developer flag set. You can find out how to activate the developer flag here.

Clone this repository in your Spotify workspace directory. If you haven't got a Spotify directory, read about where to create it here. Cloning will create a subfolder called boilerplate-app.

You can access the application (restart the Spotify desktop client if you have not done so) by typing in spotify:app:boilerplate-app in the search field. Read more about this in the Spotify Developer Guidelines.

Contents

The manifest.json file describes the application. For this app we have chosen to support all languages available.

index.html loads the [scripts/main.js]((https://github.com/spotify/boilerplate-app/blob/master/scripts/main.js) file, our entry point to develop applications. In turn, main.js loads four script files, each showcasing a part of the Spotify Apps API.

Helpful links