TannerBarcelos / YNAB-Playground

Playground for interacting with the YNAB API for budgeting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YNAB-Playground

This is a playground for the YNAB API. It's a place for me to experiment with the API and try out new things.

Prerequisites

You'll need to have Node.js installed.

Installing

Clone the repo and install the dependencies:

git clone
cd ynab-playground
npm install

Running

To run the app, you'll need to set the following environment variables in a .env file in the root of the project:

YNAB_ACCESS_TOKEN=<your access token>

You can get your access token from the YNAB developer settings.

Then run the app:

npm run dev

About

Playground for interacting with the YNAB API for budgeting


Languages

Language:TypeScript 100.0%