Update readme
This commit is contained in:
parent
39b8d15540
commit
f34a265775
12
README.md
12
README.md
@ -1,11 +1,11 @@
|
|||||||
# Couch Potato Alexa Skill
|
# SickBeard Alexa Skill
|
||||||
|
|
||||||
This is a skill built for Amazon's Alexa service that tells you about your Couch Potato queue. It
|
This is a skill built for Amazon's Alexa service that tells you about your SickBeard queue. It
|
||||||
allows you to ask Alexa the following:
|
allows you to ask Alexa the following:
|
||||||
|
|
||||||
> Alexa, ask Couch Potato to add The Godfather
|
> Alexa, ask SickBeard to add Silicon Valley
|
||||||
|
|
||||||
> Alexa, ask Couch Potato if The Dark Knight is on the list
|
> Alexa, ask SickBeard if Jessica Jones is on the list
|
||||||
|
|
||||||
If you're just getting started developing skills for Alexa, I'd recommend reading [Getting Started
|
If you're just getting started developing skills for Alexa, I'd recommend reading [Getting Started
|
||||||
with the Alexa Skills
|
with the Alexa Skills
|
||||||
@ -15,8 +15,8 @@ Function](https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/d
|
|||||||
|
|
||||||
## Configuring The Skill
|
## Configuring The Skill
|
||||||
|
|
||||||
To configure the skill, open up the `.env` file and fill in the correct values for `CP_URL`, which
|
To configure the skill, open up the `.env` file and fill in the correct values for `SB_URL`, which
|
||||||
should point to your Couch Potato server, and `CP_API_KEY` which should have your server's API key.
|
should point to your SickBeard server, and `SB_API_KEY` which should have your server's API key.
|
||||||
|
|
||||||
## Testing The Skill Locally
|
## Testing The Skill Locally
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user