Giter VIP home page Giter VIP logo

tink-connect-example's Introduction

Platform Languages

Tink Connect Example

This is an example web app that demonstrates how you can integrate the Tink API to fetch users' account and transaction data.

This app was bootstrapped with create-react-app. Other than that, it has been made as simple as possible.

Installation

The application requires a Tink API developer account.

Prerequisites

  1. Create your developer account at Tink Console
  2. Follow the getting started guide to retrieve your client_id and client_secret
  3. Register the redirect URI for the example app (http://localhost:3000/callback) in the list of allowed redirect URIs

Structure

  • Node server/backend: can be found in server.js
  • React client/frontend: can be found in the client folder.

Running the app locally

  1. Install the dependencies.
$ npm install
  1. Set your client identifier and client secret into the following environment variables
$ export REACT_APP_CLIENT_ID="<YOUR_CLIENT_ID>"
$ export REACT_APP_CLIENT_SECRET="<YOUR_CLIENT_SECRET>"
  1. Run both the backend (server.js) and the frontend (client folder) concurrently:
$ npm run dev

You should be redirected to the client app on http://localhost:3000/. The client runs on port 3000 and the server runs on 8080.

Resources

Support

๐Ÿ‘‹ We are continuously working on improving the developer experience of our API offering. Contact us for support, questions or suggestions.

tink-connect-example's People

Contributors

lipka avatar ninaolo avatar mlenser avatar vertan avatar swallentin avatar joelklint avatar hashier avatar gustaveen avatar rubda avatar

Watchers

James Cloos avatar Sofiane BOUMEDINE 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.