stream your radio station on alexa for free
How to stream your radio station on Alexa A tool to help you stream your radio station to Amazon's Alexa devices.Used by Internet, AM, FM and DAB stations around the world! Not technical? Don't worry. Every step is covered.If you can cut and paste you have this covered.One to one guidance and help available. Step 1. - Pick Station Name, Website and stream address Step 2. Adjust below code to suit the previous choices Below is the JSON you will use as a baseline and adjust for your own names, etc { "interactionModel": { "languageModel": { "invocationName": "radio tincup", "intents": [ { "name": "AMAZON.CancelIntent", "samples": [ "Cancel" ] }, { "name": "AMAZON.HelpIntent", "samples": [ "Help" ] }, { "name": "AMAZON.StopIntent", "samples": [ "Stop" ] }, { "name": "Play", "samples": […