Giter Club home page Giter Club logo

alexa-monzo's Introduction

Monzo for Alexa CircleCI

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.

Demo of Monzo Skill for Alexa

Setting up a development environment

  • Clone the repository
  • Run npm install
  • Zip everything in the folder (including the node_modules folder!)
  • Set up a AWS Lambda function, and choose to upload the code as a ZIP.
  • Go to the Alexa Developer Site and create a new Alexa Skills Kit skill.
  • Use whatever you like for the application name and invocation name
  • Set up the Interaction model using the schema defined in the alexa_schema folder
  • On the configuration page
    • Set the service endpoint to use the ARN from the Lambda function you set up above
    • Enable Account Linking
    • Set the Authorization URL to https://auth.getmondo.co.uk/
    • Set the client ID to the ID given by Monzo's OAuth client registration
    • Set Authorization Grant Type to Auth Code
    • Set Access Token URI to https://api.monzo.com/oauth2/token
    • Set Client Secret to the secret given by Monzo's OAuth client registration
  • Enable the skill for testing on your own Alexa
  • Develop!

Troubleshooting

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.

alexa-monzo's People

Contributors

geit avatar ojford avatar rpmhoward avatar samvaughton avatar

Watchers

Sasson Mansoori avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.