GithubHelp home page GithubHelp logo

levino / figo-to-ynab Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 2.0 17 KB

A tool that gets bank statements via the figo api and saves them in ynab format

License: Apache License 2.0

JavaScript 100.00%

figo-to-ynab's Introduction

figo-to-ynab v 0.1

A tool that gets bank statements via the figo api and saves them in YNAB format

Requirements:

  • Node
  • Figo account & API access

Figo set up

Go to Figo (https://home.figo.me/) and set up an account. Connect your bank acocunts to Figo. Get API access (email them or apply on some form somewhere)

Create a YNAB CSV file

Clone this repository. In its root folder create a directory /reports:

mkdir reports

Then run:

npm install

In the file test/index.js you can set a from date by changing the moment("2016-03-30") to whatever date you like.

Okay, we're now ready to produce the CSV

In your terminal, run:

API_KEY="[Figo API key]" API_SECRET="[Figo API secret]" USERNAME="[Figo username]" PASSWORD="[Figo password]" npm test

CSV is served in reports folder.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.