{"id":13553579,"url":"https://github.com/danschultzer/blazing-bookkeeper","last_synced_at":"2025-10-28T22:42:32.836Z","repository":{"id":44435150,"uuid":"68495650","full_name":"danschultzer/blazing-bookkeeper","owner":"danschultzer","description":"Who has got time to read receipts? Let Blazing Bookkeeper blaze through all your receipts in no time.","archived":false,"fork":false,"pushed_at":"2018-03-27T14:02:40.000Z","size":2158,"stargazers_count":28,"open_issues_count":4,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T20:46:25.605Z","etag":null,"topics":["mac","macos","receipt-parser","receipt-scanner","receipts"],"latest_commit_sha":null,"homepage":"https://blazingbookkeeper.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danschultzer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-18T04:14:34.000Z","updated_at":"2025-02-27T11:02:08.000Z","dependencies_parsed_at":"2022-08-30T01:10:31.389Z","dependency_job_id":null,"html_url":"https://github.com/danschultzer/blazing-bookkeeper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danschultzer%2Fblazing-bookkeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danschultzer%2Fblazing-bookkeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danschultzer%2Fblazing-bookkeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danschultzer%2Fblazing-bookkeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danschultzer","download_url":"https://codeload.github.com/danschultzer/blazing-bookkeeper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249085474,"owners_count":21210267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mac","macos","receipt-parser","receipt-scanner","receipts"],"created_at":"2024-08-01T12:02:28.690Z","updated_at":"2025-10-28T22:42:27.786Z","avatar_url":"https://github.com/danschultzer.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","macos"],"sub_categories":[],"readme":"# Blazing Bookkeeper\n\n[Electron powered](http://electron.atom.io) app that does accounting for you using [receipt-scanner](https://github.com/danschultzer/receipt-scanner). Build with [electron boilerplate](https://github.com/szwacz/electron-boilerplate)\n\n[![Travis](https://img.shields.io/travis/danschultzer/blazing-bookkeeper/master.svg)](https://travis-ci.org/danschultzer/blazing-bookkeeper/)\n[![Codecov](https://img.shields.io/codecov/c/github/danschultzer/blazing-bookkeeper/master.svg)](https://codecov.io/gh/danschultzer/blazing-bookkeeper)\n[![David (app)](https://david-dm.org/danschultzer/blazing-bookkeeper/status.svg?path=app)](https://david-dm.org/danschultzer/blazing-bookkeeper?path=app)\n[![David (boilerplate)](https://david-dm.org/danschultzer/blazing-bookkeeper/dev-status.svg)](https://david-dm.org/danschultzer/blazing-bookkeeper?type=dev)\n\n\n![](https://cloud.githubusercontent.com/assets/1254724/18614273/5b964992-7d40-11e6-991c-39e7ab7d25d9.gif)\n\n### Before install and release\n\nThird party libraries are installed in `/thirdparty`. To successfully compile `node-opencv` with no global OpenCV installation, you'll need to set `PKG_CONFIG_PATH`. Run commands like so:\n```\nPKG_CONFIG_PATH=$(pwd)/thirdparty/opencv/lib/pkgconfig npm install\nPKG_CONFIG_PATH=$(pwd)/thirdparty/opencv/lib/pkgconfig npm run release\n```\n\n### Unit tests\n\nUsing [electron-mocha](https://github.com/jprichardson/electron-mocha) test runner with the [chai](http://chaijs.com/api/assert/) assertion library. To run the tests go with standard:\n```\nnpm test\n```\n\nAll `*.spec.js` files in the `src` directory will be included.\n\n### End to end tests\n\nUsing [mocha](https://mochajs.org/) test runner and [spectron](http://electron.atom.io/spectron/). Run with command:\n```\nnpm run e2e\n```\nAll `*.e2e.js` in `e2e` will be included.\n\n### Code coverage\n\nUsing [istanbul](http://gotwarlost.github.io/istanbul/) code coverage tool. Run with command:\n```\nnpm run coverage\n```\nYou can set the reporter(s) by setting `ISTANBUL_REPORTERS` environment variable (defaults to `text-summary` and `html`). The report directory can be set with `ISTANBUL_REPORT_DIR` (defaults to `coverage`).\n\n# Making a release\n\nTo make ready for distribution installer use command:\n```\nnpm run release\n```\nIt will start the packaging process for operating system you are running this command on. Ready for distribution file will be outputted to `dist` directory.\n\nYou can create Windows installer only when running on Windows, the same is true for Linux and OSX. So to generate all three installers you need all three operating systems.\n\nAll packaging actions are handled by [electron-builder](https://github.com/electron-userland/electron-builder).\n\n## LICENSE\n\n(The MIT License)\n\nCopyright (c) 2016 Dan Schultzer, Benjamin Schultzer \u0026 the Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanschultzer%2Fblazing-bookkeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanschultzer%2Fblazing-bookkeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanschultzer%2Fblazing-bookkeeper/lists"}