invoiceahoy-node
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

InvoiceAhoy Node.js SDK

Node.js library for the InvoiceAhoy API.

Install

npm install invoiceahoy
# or
yarn add invoiceahoy

Examples

TBC

Setup

First, you need to get an API key, which is available in the InvoiceAhoy Dashboard.

import { InvoiceAhoy } from 'invoiceahoy';
const invoiceahoy = new InvoiceAhoy('ia_123456789');

Usage

Create your first invoice:

await invoiceahoy.invoices.send({
    reference: "INV-0001", 
    ...
});

License

MIT License

/invoiceahoy-node/

    Package Sidebar

    Install

    npm i invoiceahoy-node

    Weekly Downloads

    3

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    20.6 kB

    Total Files

    34

    Last publish

    Collaborators

    • checkoutjoy