0.2.4 • Published 3 years ago

dataden-plugin-truelayer v0.2.4

Weekly downloads
4
License
GPL-3.0-only
Repository
-
Last release
3 years ago

dataden-plugin-monzo

Setup Instructions

In order to use this plugin in your own DataDen, you will need to create an API application on TrueLayer and store some credentials in DataDen

Create a Truelayer API App

  • Go to https://console.truelayer.com/ and Sign Up, follow the instructions
    • Select "Personal Account" and follow the instructions
    • Select your country and add "Data API" access
    • When prompted to create an application, enter a sensible application name for yourself
    • Enter a client_id and make a note of it
    • Download your Client Secret and make a note of it
  • With your application created

Configure DataDen

  • Edit the settings of this plugin in the DataDen UI
    • Fill in the clientId value
    • Fill in the clientSecret value
    • Save the plugin
  • You should now see the plugin instance prompts you to connect your account. Follow this flow
  • Your plugin is now configured and can fetch data from your linked bank account, you may add multiple instances for multiple bank accounts

OR Configure this plugin locally for development

  • Fill in the your emulatorSettings.json using the example as a template
  • > yarn start will guide you through the oauth2 flow and cache your access/refresh tokens locally in .authcache.json, then immediately run the plugin

add redirect URI for {localhost:3000}/oauth2

0.2.1

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.4

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago