An open API service indexing awesome lists of open source software.

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

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).