An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ynab-uncleared-interest

![Screenshot of YNAB showing uncleared interest](./assets/screenshot.png)

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