Skip to content

Instantly share code, notes, and snippets.

View notself's full-sized avatar

Pedro Ferreira notself

  • London, United Kingdom
View GitHub Profile
function YNABAccounts(accessToken, budgetId) {
const accounts = _getBudgetAccounts(accessToken, budgetId);
if(accounts == null) {
return null;
}
const columns = ["Name", "Type", "Budget", "Closed", "Balance"];
const rows = accounts.map(function (acc) {
return [