# Install Deps
❯ cd js
❯ yarn
# Add your access token
❯ echo '\n# YNAB API\nexport YNAB_ACCESS_TOKEN="XXTOKENHEREXX"\nexport YNAB_BUDGET_ID="XXBUDGETIDXX"' >> ~/.bashrc
❯ source ~/.bashrc
# Run it
❯ yarn start
brycehill/ynab-starbucks
Using the YNAB API, how many months worth of grocery budget have I spent on Starbucks?
JavaScriptBSD-3-Clause