Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atymic/wave-invoice-export
Export all Wave / Waveapp invoices to PDF
https://github.com/atymic/wave-invoice-export
wave
Last synced: 13 days ago
JSON representation
Export all Wave / Waveapp invoices to PDF
- Host: GitHub
- URL: https://github.com/atymic/wave-invoice-export
- Owner: atymic
- Created: 2021-03-26T02:18:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T02:18:48.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T11:12:20.218Z (about 2 months ago)
- Topics: wave
- Language: JavaScript
- Homepage: https://atymic.dev
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wave Invoice Exporter
Wave is shutting it doors to non USA customers soon (Jul 2021). This tool downloads both PDF and JSON (with relations) copies of your invoice data for archival purposes (tax, etc).
## How to use.
```bash
yarn install
node index.js
```You will be prompted for two bits of info, your bearer token and your business URL. See the following screenshot for examples. The easiest way to get this is inspect the network requests and copy it out.
![Example](./img/example.png)
## Licence
MIT