https://github.com/dcoxall/financier
A golang library that can parse YNAB data files allowing programmatic access to budget details and attributes.
https://github.com/dcoxall/financier
Last synced: over 1 year ago
JSON representation
A golang library that can parse YNAB data files allowing programmatic access to budget details and attributes.
- Host: GitHub
- URL: https://github.com/dcoxall/financier
- Owner: dcoxall
- Created: 2015-01-06T20:54:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T21:04:48.000Z (over 11 years ago)
- Last Synced: 2025-01-15T01:03:26.536Z (over 1 year ago)
- Language: Go
- Size: 141 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/dcoxall/financier)
Financier
=========
**Under Development - Help Appreciated**
A Golang library that allows programmatic access to YNAB4 budget data.
Development
-----------
The recommended environment requires the following:
- [Docker][docker] / [boot2docker][boot2docker]
- [Fig][fig]
Once installed just use the following to run the test suite...
$ fig run app make
You can also preview the documentation by running...
$ fig up
Once the server is running you can visit it with:
$ open http://`boot2docker ip`:6060/pkg/github.com/dcoxall/financier/
Contributing
------------
1. Fork the project
2. Create a feature branch
3. Write tests for the new feature
4. Implement new features to pass the tests
5. Document all functions and attributes
6. Ensure you have run go fmt
7. Create a pull request
[docker]: http://docker.com/
[boot2docker]: https://github.com/boot2docker/boot2docker
[fig]: http://fig.sh/