https://github.com/timstott/mondox
CLI utility to Export Mondo transactions to CSV
https://github.com/timstott/mondox
Last synced: about 1 month ago
JSON representation
CLI utility to Export Mondo transactions to CSV
- Host: GitHub
- URL: https://github.com/timstott/mondox
- Owner: timstott
- License: mit
- Created: 2016-05-07T15:35:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T11:10:12.000Z (about 10 years ago)
- Last Synced: 2025-03-20T22:07:04.664Z (about 1 year ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MondoExport
Command line utility to export Mondo transactions into a CSV file
## Usage
You can obtain a Mondo access token from the [Mondo API playground](https://developers.getmondo.co.uk/api/playground).
Exports all transactions into a CSV file in the current directory.
```
export MONDO_TOKEN=xxx
bin/mondox --since 2016-05-01
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/mondo_export.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).