Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 619 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 619 Bytes

Crypto Bot - Alexa Skill

Usage

The skill supports two types of queries -

  1. GetPrice
    Examples -

    • What is the price for Bitcoin ?
    • Current Ether value
    • How much is Ripple ?
  2. AmountInfo
    Examples -

    • How many Bitcoin can I get for 100000 rupees?
    • Number of Ether for 9000 rupees

Deployment

We use Claudia.js to deploy the skill.

Commands to deploy the Lambda function -

  1. claudia create --region us-east-1 --handler skill.handler --version skill
  2. claudia allow-alexa-skill-trigger --version skill