{"id":26667079,"url":"https://github.com/code-lever/douglas-ne-checks","last_synced_at":"2026-01-06T01:40:01.485Z","repository":{"id":10631058,"uuid":"12854897","full_name":"code-lever/douglas-ne-checks","owner":"code-lever","description":"Ruby gem for reading Douglas County, NE check dumps in a decentish way.","archived":false,"fork":false,"pushed_at":"2018-07-24T14:37:16.000Z","size":239,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T15:17:05.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code-lever.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-16T00:14:23.000Z","updated_at":"2018-07-24T14:37:20.000Z","dependencies_parsed_at":"2022-09-22T20:23:30.099Z","dependency_job_id":null,"html_url":"https://github.com/code-lever/douglas-ne-checks","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fdouglas-ne-checks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fdouglas-ne-checks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fdouglas-ne-checks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-lever%2Fdouglas-ne-checks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-lever","download_url":"https://codeload.github.com/code-lever/douglas-ne-checks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245532623,"owners_count":20630959,"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":[],"created_at":"2025-03-25T19:36:06.800Z","updated_at":"2026-01-06T01:39:56.445Z","avatar_url":"https://github.com/code-lever.png","language":"HTML","readme":"# Douglas::NE::Checks\n[![Build Status](https://travis-ci.org/code-lever/douglas-ne-checks.png)](https://travis-ci.org/code-lever/douglas-ne-checks) [![Code Climate](https://codeclimate.com/github/code-lever/douglas-ne-checks.png)](https://codeclimate.com/github/code-lever/douglas-ne-checks)\n\nInspired by [@OpenNebraska](https://twitter.com/OpenNebraska)'s presentation @ [HOW Conf 2013](http://www.howconf.org), I figured I'd do a little civic hacking.\n\nThis gem will convert (as of the time of writing, of course) the [HTML dumps of supplier's checks](http://www.douglascountyclerk.org/supplierchecks) that the Douglas County Clerk's office provides weekly.\n\nSo instead of this: [example check dump](http://www.douglascountyclerk.org/images/stories/4-1-2014%20Supplier%20Checks%20by%20Dept.htm).\n\nWe can have a decent API, and if you want the fire hose you can have this (Ruby Hash):\n\n    {\n      :funds =\u003e [\n        [0] {\n          :name =\u003e \"11111 - GENERAL\",\n          :organizations =\u003e [\n            [0] {\n              :name =\u003e \"501012 - GENERAL OFFICE ASSESSOR\",\n              :entries =\u003e [\n                [0] {\n                  :supplier =\u003e \"DOT COMM\",\n                  :account =\u003e \"42541 - VOICE COMMUNICATIONS SERVICES(LOCAL\u0026LONG DISTANCE)\",\n                  :description =\u003e \"DOT.Comm - RSI - Chargeback/Quotation 2339\",\n                  :invoice =\u003e \"90868\",\n                  :check_number =\u003e 355797,\n                  :check_date =\u003e #\u003cDate: 2013-06-04 ((2456448j,0s,0n),+0s,2299161j)\u003e,\n                  :check_status =\u003e \"NEGOTIABLE\",\n                  :amount =\u003e 375.0\n                }\n              ]\n            },\n          ]\n\n          # ...\n\n        }\n      ]\n    }\n\nWhere the basic structure is:\n\n    {\n      :funds =\u003e [ {\n        :name =\u003e 'Fund Name 1',\n        :organizations =\u003e [ {\n          :name =\u003e 'Organization 1',\n          :entries =\u003e [\n            { entry 0 },\n            { entry 1 }\n          ]\n        } ]\n      },\n      # ...\n      ]\n    }\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'douglas-ne-checks'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install douglas-ne-checks\n\n## Usage\n\nTODO: Write usage instructions here\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-lever%2Fdouglas-ne-checks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-lever%2Fdouglas-ne-checks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-lever%2Fdouglas-ne-checks/lists"}