Skip to content

lohanbodevan/alexa-my-bitcoin-balance

Repository files navigation

Alexa Skill: My Bitcoin Balance Travis Status license

Ask your Alexa Device for your bitcoin balance (Blink Trade).
This is an AWS Lambda ready application triggered for an Amazon Alexa Device.

Bitcoin trades available

Setup

Create your Alexa skill

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.

Create Blink Trade API key and Secret.

There is some exchanges powered by Blink Trade. You should go to yours and generate your API Key and secret.

Configure your AWS credentials

You must configure your credentials to work with serverless framework.

Deploy

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>

TODO

  • Implement other trades.

About

Ask your Alexa Device for your bitcoin balance

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published