alexa spotify connect
1.0.0
Control Spotify Connect devices with Alexa
UK: https://www.amazon.co.uk/Lawrence-Thorpe-Connect-Control-Spotify/dp/B074KFNWFD
US: https://www.amazon.com/Lawrence-Thorpe-Connect-Control-Spotify/dp/B074KFNWFD
To get started, fork this repository to make changes. If those changes would be useful in the project, feel free to make a pull request.
skill/skill.js
to generate the JSON required$ node skill/skill.js
package.json
, under the key alexa.applicationId
.https://accounts.spotify.com/authorize
, "Access Token URI" to https://accounts.spotify.com/api/token
, set client ID and secret, add scopes user-read-playback-state
and user-modify-playback-state
, and the three redirect URLs from the account linking details in your developer console for the skillhttps://<your-url>/<app-name>
where app-name
is the name specified in alexa.app('app-name')
, connect
by defaulten-GB
)locales/{LOCALE-CODE}.json
(see existing locales for formatting), please do not change the placeholder value names (in double curly brackets e.g. {{name}}
)skill/locales/{LOCALE-CODE}.json
(please only change the values for the samples for each intent and not the intent names or slots). The formatting should be similar to the other locales, but if more (or fewer) samples are required for the language add as many as possible (more samples mean better accuracy) (formatting done by alexa-utterances)skill/skill-i18n.js
(follow the format used by other locales)$ node skill/skill-i18n.js
MIT
This product is not endorsed, certified or otherwise approved in any way by Spotify. Spotify is the registered trade mark of the Spotify Group.