Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 514 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 514 Bytes

Tresor-Import - The File Import of Tresor One

This is the PDF and PP-CSV Import used on tresor.one

Contribute

To contribute:

  1. fork the repo
  2. install and start npm i && npm start
  3. open http://localhost:5000 in your browser
  4. Import a PDF. Content is shown in your Javascript console
  5. Write a parser in src/brokers to parse that content - see src/brokers/comdirect.js for inspiration
  6. Add and run all tests npm t
  7. Create a Pull Request