https://github.com/samdenty/ynab-uncleared-interest
This Cloudflare Worker / Node.JS script adds uncleared earned interest to an YNAB account, so you can track it
https://github.com/samdenty/ynab-uncleared-interest
interest-calculator interest-rates ynab ynab-api
Last synced: 2 months ago
JSON representation
This Cloudflare Worker / Node.JS script adds uncleared earned interest to an YNAB account, so you can track it
- Host: GitHub
- URL: https://github.com/samdenty/ynab-uncleared-interest
- Owner: samdenty
- Created: 2024-06-16T21:11:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T19:33:06.000Z (11 months ago)
- Last Synced: 2025-03-18T22:40:33.568Z (3 months ago)
- Topics: interest-calculator, interest-rates, ynab, ynab-api
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ynab-uncleared-interest

This Cloudflare Worker / Node.JS script adds uncleared earned interest to an YNAB account, so you can track how much you've accrued before it's actually paid out.
# Getting started
1. Run `yarn install`
2. Copy `.dev.vars.example` to `.dev.vars` and fill out.
3. Copy `wrangler.toml.example` to `wrangler.toml` and fill out.
4. Either run `yarn start` or `yarn deploy` depending on whether you want to run once-off or deploy to cloudflare workers to run hourly