Pinned Loading
-
-
-
-
-
simple lexer, parser and evaluator t...
simple lexer, parser and evaluator to run calculations 1const assert = require('assert').strict;
2const readline = require('readline');
34const TOKEN_TYPES = {
5INT: 'INT',
-
Serverless script to link Monobank A...
Serverless script to link Monobank API and YNAB 1const ynab = require("ynab");
2const ynabAPI = new ynab.API(process.env.YNAB_TOKEN);
3const adMaioraBudgetId = process.env.BUDGET_ID;
4const monoDebitAccountId = process.env.MONO_DEBIT_ACCOUNT_ID;
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.