Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1 KB

README.md

File metadata and controls

28 lines (18 loc) · 1 KB

Budget Or Your Life for YNAB

YNAB or Your Life Preview

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 Run

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 the appsettings.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

License

Copyright (c) 2019 Jake Moening

Licensed under the Apache-2.0 license