Ask your Alexa Device for your bitcoin balance (Blink Trade).
This is an AWS Lambda ready application triggered for an Amazon Alexa Device.
This repository do not cover the Alexa skill it self, just the code that is triggered from Alex skill.
To know how to create an Alexa skill see this.
After create you skill save your skill id
.
There is some exchanges powered by Blink Trade. You should go to yours and generate your API Key and secret.
You must configure your credentials to work with serverless
framework.
sls deploy --blink_trade_key=<blink trade key> --blink_trade_secrete=<blink trade secrete> --currency_code=<currency code> --currency=<currency> --alexa_skill_id=<alexa skill id>
- Implement other trades.