1.1.1 • Published 6 months ago

invoiceahoy-node v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

1.1.1

6 months ago

1.1.0-canary.0

6 months ago