Skip to content

Instantly share code, notes, and snippets.

View bbezerra82's full-sized avatar

Bernardo Bezerra bbezerra82

View GitHub Profile
@bbezerra82
bbezerra82 / index.js
Last active February 13, 2020 09:08 — forked from germanviscuso/index.js
Quick code to support an intent that plays long form audio in an Alexa skill
var stream = {
"token": "my_token", // no auth token, you decide what this is
"url": 'https://my_song.mp3',
"metadata" : {
"title": "My Song Title",
"subtitle": "My Song Subtitle",
"art": {
"sources": [
{
"contentDescription": "image",