bal simpson
Published © MIT

Create an Alexa Radio Skill in 5 Minutes - Updated

Once deployed, you can say Alexa, open radio and Alexa will start your favourite streaming stations.

BeginnerFull instructions provided3 minutes8,863

Things used in this project

Hardware components

Echo Dot
Amazon Alexa Echo Dot
×1
Amazon Echo
Amazon Alexa Amazon Echo
×1

Software apps and online services

Standard Library
A simple easy and free way to get your code running in the cloud.
Alexa Skills Kit
Amazon Alexa Alexa Skills Kit

Story

Read more

Code

Code snippet #1

Plain text
const stations = {
  meditate: {
    name: "Meditation Radio",
    url: [
      "https://yp.shoutcast.com/sbin/tunein-station.m3u?id=716503",
      "https://yp.shoutcast.com/sbin/tunein-station.m3u?id=672521"
    ]
  }
}

Credits

bal simpson

bal simpson

2 projects • 3 followers

Comments