This is the Spomodoro App. It is easy right now.
Things to implement:
- first pomodoro (2 pomodoro)
- pause message and sound (1 pomodoro)
- kanban pomodor style (4 pomodoro)
To test 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.
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.
-
scripts/button-example.js shows how to create some of the buttons our framework supports. Find out more about buttons in the Views Framework documentation.
-
scripts/cover-example.js shows how to create a playable cover image for an album. Find out more about images in the Views Framework documentation.
-
scripts/language-example.js shows how to use our built-in i18n support. Find out more about localization in our Spotify Developer Guidelines or in our API Framework documentation.
-
scripts/playlist-example.js shows how to create a playlist for an album. Find out more about playlists in the Views Framework documentation.
Helpful links: