Skip to content

Commit 5b78991

Browse files
committed
update config
1 parent 8584f65 commit 5b78991

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ask/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"deploy_settings": {
33
"default": {
4-
"skill_id": "amzn1.ask.skill.98eff9ef-5cdf-4daf-9271-b9acdfd6d358",
4+
"skill_id": "",
55
"was_cloned": false,
66
"merge": {
77
"skillManifest": {

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# API Starter - Alexa Skill Template
22

3-
This is an Alexa skill template that provides a simple example of a skill that shows how to call an external API. The API that is used is the [api.open-notify.org API](http://api.open-notify.org/astros.json) which returns a JSON response containing a list of the astronauts currently in space.
3+
This is an Alexa skill template that provides a simple example of a skill that calls an external API. The API used is the [api.open-notify.org API](http://api.open-notify.org/astros.json) which returns a list of the astronauts currently in space.
44

5-
### Try it out
5+
### Live example
66
To try an example of this skill template, you can enable the [Ground Control Alexa skill](https://www.amazon.com/Dabble-Lab-Ground-Control/dp/B075CWGY1P/ref=sr_1_sc_1?ie=UTF8&qid=1514557483&sr=8-1-spell&keywords=grond+control+alexa+skill). Just say: `Alexa, enable Ground Control` and then `Alexa, open Ground Control`.
77

88
### Using this template

0 commit comments

Comments
 (0)