Giter Site home page Giter Site logo

waxolunist / bankimporter Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 1.61 MB

Imports csv exports from your banking account into an sqlite database and exports the statements to YNAB csv format

License: MIT License

JavaScript 85.96% SCSS 1.16% Sass 1.17% Pug 11.70%
nodejs sqlite3 ynab-converter ynab

bankimporter's Introduction

About

This application imports csv exports from your banking account into an sqlite database and exports the statements into YNAB csv format. It is possible to keep multiple accounts.

The application is duplicate safe per account, so you can't import the same bank statement twice.

You can define parsers and web scrapers for auto download.

To start the application run npm start.

Working on the code

Begin

Install sqlite3

Mac: brew install sqlite3

npm install

If errors occur during fsevents install execute first: env TOUCH=/usr/bin/touch npm install fsevents.

Install gulp-cli

Install it globally with npm install -g gulp-cli

Puppeteer

If npm install is called, puppeteer may not download chrome. For that execute manually npm install puppeteer.

Development

For server development start npm run watch and gulp watch, for client side development start npm run devbuild.

Building

npm run build

TODO

  • Look through packages, which are still needed
  • Update bulma
  • see babel / env instead of deprecated package

Issues

Common

  • Module routing
  • Modularization (include.js)
  • Caching (ETag, etc.)
  • Client side caching?

Banks

  • Pressing cancel reloads list
  • File encoding iso8859-1 missing

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.