- From the
plaid-node-apiv2directory, create the.envfile, which will be used to configure the Plaid client.
cp .env.example .env
-
Go to the Plaid Dashboard and copy and paste your
client_id,public_key, andsecretinto.envusing a text editor of your choice. Your account must be enabled for sandbox access. -
Install the necessary dependencies.
make setup
Please lint (with flake8) and test your pull requests:
$ make lint
$ ./.env make testThe generated HTML documentation is served directly from the master branch
of the repository. To update the generated documentation:
$ make docs