@michelo11/expensify-sdk

1.0.2 • Public • Published

expensify-sdk

An sdk to integrate with expensify APIs

Installation

npm install @michelo11/expensify-sdk
# OR
yarn add @michelo11/expensify-sdk
# OR
pnpm install @michelo11/expensify-sdk

Usage

import { createTransaction } "@michelo11/expensify-sdk";

createTransaction(
    [
        {
            description: "Example transaction",
            amount: 100,
            createdAt: new Date(),
            action: "DEPOSIT",
        },
    ],
    "ORGANIZATION ID",
    "API KEY"
).then(console.log);

Dependents (0)

Package Sidebar

Install

npm i @michelo11/expensify-sdk

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

13.9 kB

Total Files

4

Last publish

Collaborators

  • michelo11