/ynab-starbucks

Using the YNAB API, how many months worth of grocery budget have I spent on Starbucks?

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ynab-starbucks

JS

# Install Depscd js
❯ yarn

# Add your access tokenecho '\n# YNAB API\nexport YNAB_ACCESS_TOKEN="XXTOKENHEREXX"\nexport YNAB_BUDGET_ID="XXBUDGETIDXX"' >> ~/.bashrc
❯ source ~/.bashrc

# Run it
❯ yarn start