@ryanforever/plaid

1.1.0 • Public • Published

plaid

Simple Plaid API wrapper!

quickstart

const Plaid = require("@ryanforever/plaid")
const plaid = new Plaid({
   clientId: process.env.PLAID_CLIENT_ID,
   secret: process.env.PLAID_SECRET,
   accessToken: process.env.ACCESS_TOKEN
})

plaid.getTransactions().then(console.log) // get account transactions
plaid.getBalance().then(console.log) // get account balances

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    0
  • 1.0.3
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @ryanforever/plaid

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

9.8 kB

Total Files

5

Last publish

Collaborators

  • ryanforever