https://github.com/shreyansh26/cryptobot-alexa
An Alexa skill to give prices of Cryptocurrencies
https://github.com/shreyansh26/cryptobot-alexa
alexa-skill crypto-price cryptocurrency
Last synced: 7 months ago
JSON representation
An Alexa skill to give prices of Cryptocurrencies
- Host: GitHub
- URL: https://github.com/shreyansh26/cryptobot-alexa
- Owner: shreyansh26
- Created: 2018-02-17T06:52:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T06:54:29.000Z (over 7 years ago)
- Last Synced: 2025-01-14T02:14:23.189Z (9 months ago)
- Topics: alexa-skill, crypto-price, cryptocurrency
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://claudiajs.com/) 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`