The skill supports two types of queries -
-
GetPrice
Examples -- What is the price for Bitcoin ?
- Current Ether value
- How much is Ripple ?
-
AmountInfo
Examples -- How many Bitcoin can I get for 100000 rupees?
- Number of Ether for 9000 rupees
We use Claudia.js to deploy the skill.
Commands to deploy the Lambda function -
claudia create --region us-east-1 --handler skill.handler --version skill
claudia allow-alexa-skill-trigger --version skill