This project provides an Alexa Skill for the Monzo card/bank - It allows users to query their bank balance and spending history simply and easily with just their voice.
npm install
node_modules
folder!)alexa_schema
folderAuthorization URL
to https://auth.getmondo.co.uk/
Redirect URLs
into the Redirect URI
of your Monzo OAuth ClientAuthorization Grant Type
to Auth Code
Access Token URI
to https://api.monzo.com/oauth2/token
If you're having difficulty linking your account to Alexa using the Alexa app on iPhone, try instead using https://alexa.amazon.co.uk/ through a desktop or mobile browser (Avoiding any built-in WebViews if possible).
If you recieve Unable to import module 'module'
in your CloudWatch logs after uploading the zip to AWS Lambda, then the structure of your zip might be in a format that Lambda doesn't expect. Your zip must not contain just a folder at its top level, it must contain index.js on the top-level.