Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.37 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.37 KB

OFX2XLS - Converting OFX files to XLS ·

GitHub license

Getting Started

Requirements

Docker Docker-compose

Build and Run

To build and start the container with this api, please run at the root directory of this project:

docker-compose up --build

When the container is up, you can check at your browser if the service is working accessing http:\localhost:3000. If everything is working you will receive a message "Up and Running!"

To convert a file you can use the curl command at your terminal, replacing the yourOFXFile.ofx with the path of your OFX file and yourOFXFile.xls with the path of your will save your converted file.

curl -F '[email protected]' http://localhost:3000/convert/upload -o yourOFXFile.xls

Contributing

Read below to learn how you can take part in improving this project.

Labbs has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements.

License

OFX2XLS is MIT licensed.