This is a simple app that allows you to view your budgeted amounts for the current month in work hours using the formula outlined in "Your Money or Your Life". You can calculate your hourly wage on their website.
To use this client, you must obtain an access token from the My Account area of the YNAB web application.
- Make sure you have .net core 2.2 installed.
- Clone the repo and add the token you obtained in place of the
YOUR_TOKEN_HERE
text inside theappsettings.json
file - run
dotnet run
from a terminal inside the ynab-or-your-life root directory - Open a browser and navigate to https://localhost:5001
Copyright (c) 2019 Jake Moening
Licensed under the Apache-2.0 license