Docker Docker-compose
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
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.
OFX2XLS is MIT licensed.