balsimpson / alexa-radio-skill

An Alexa Skill that lets you create and customize a personal playlist of audio streams that can be easily managed through a web page. Listen to your favourite radio streams or audiobook by saying, Alexa, ask juke box to play some blues.
https://alexa-radio-skill.vercel.app
2 stars 3 forks source link

To get started with the Alexa Radio Skill, you will need to set up Firebase, deploy the site on Vercel, and create the Alexa Skill. While these steps may sound complicated, they can easily be completed in about 5 minutes. Just follow the steps and click and copy as needed. Let's get started!

Setup Firebase

Firebase enables data storage and authentication for our website and their free tier is very generous.

Step 1 - Create New Firebase Project

Create a new Firebase Project at console.firebase.com.

Image description

Step 2 - Create a Web app in your project

Image description

Image description

When you create a new Web app, Firebase will create credentials that you can use to access the app from your website. Note the API Key and Project ID, you'll need it when you deploy the website.

Image description

Step 3 - Create database

We will be storing all our data in Firebase and that requires you to create a database. You don't need to add any data, just initialize it so Firebase will provision it for you.

Image description

Image description