{"id":22542708,"url":"https://github.com/devonchurch/shortbread-biscuit","last_synced_at":"2026-05-14T21:05:01.445Z","repository":{"id":55366127,"uuid":"163711187","full_name":"devonChurch/shortbread-biscuit","owner":"devonChurch","description":"An application that allows a user to investigate every New Zealand Lotto result in detail","archived":false,"fork":false,"pushed_at":"2021-01-05T04:48:28.000Z","size":3198,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T14:42:01.835Z","etag":null,"topics":["antd","demo","react","research","statistics","typescript","webworkers"],"latest_commit_sha":null,"homepage":"https://devonchurch.github.io/shortbread-biscuit/","language":"TypeScript","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/devonChurch.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":"2019-01-01T03:36:00.000Z","updated_at":"2020-02-28T08:18:07.000Z","dependencies_parsed_at":"2022-08-14T22:40:13.364Z","dependency_job_id":null,"html_url":"https://github.com/devonChurch/shortbread-biscuit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/devonChurch/shortbread-biscuit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fshortbread-biscuit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fshortbread-biscuit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fshortbread-biscuit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fshortbread-biscuit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devonChurch","download_url":"https://codeload.github.com/devonChurch/shortbread-biscuit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fshortbread-biscuit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["antd","demo","react","research","statistics","typescript","webworkers"],"created_at":"2024-12-07T13:12:07.276Z","updated_at":"2026-05-14T21:05:01.426Z","avatar_url":"https://github.com/devonChurch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shortbread Biscuit 🍰 🍞 🍪 😋\n\n[![code style prettier](https://img.shields.io/badge/code_style-prettier-FF69A4.svg)](https://prettier.io/) [![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![typescript](https://user-images.githubusercontent.com/15273233/40872275-a61d4660-669f-11e8-8edf-860f1947759f.png)](https://www.typescriptlang.org/)\n\n## What 👋\n\nAn application that allows a user to investigate every [New Zealand Lotto](https://mylotto.co.nz/) result in detail.\n\n- 📊 _Balls_ are compartmentalised into their specific _draw_ order and then ranked by _frequency_.\n\n- 🎛 A _**\"Most Frequent\"**_ section is also generated by aggregating all drawn _ball_ frequencies regardless of _draw_ order.\n\n- ⚖ _Ball_ combinations are ranked by _size_ and _frequency_ regardless of ball order.\n\n- 📋 _Draws_ are ranked in sequential order. This is a great way to cross reference _**combinations**_ and _ball_ _**frequencies**_.\n\n## Demo 👀\n\n#### You can view an [interactive demo here](https://devonchurch.github.io/shortbread-biscuit/) 😊\n\n### Web Worker\n\nAs of release `v1.1.0` [Web Workers](https://caniuse.com/#feat=webworkers) are used to shift CPU heavy computation onto another thread 🎉\n\nThe workers progress is streamed back to the main application thread and an real time indicator is shown to the user ⏱\n\n![combination-progress](https://user-images.githubusercontent.com/15273233/51363636-cf83ff00-1b3d-11e9-9093-9508ed31ba49.gif)\n\n### Custom Selection\n\nUsers can select specific _ball_ numbers and observe their influence over the entire _draw_ spectrum.\n\n![lotto-selection](https://user-images.githubusercontent.com/15273233/51363633-ceeb6880-1b3d-11e9-8101-ab44d25be817.gif)\n\n### Time Periods\n\nThe _draw_ records can also be time sliced to better understand how certain _ball_ numbers rank at different periods in time.\n\n![lotto-time](https://user-images.githubusercontent.com/15273233/51363635-ceeb6880-1b3d-11e9-95f5-49f7f91b9ca7.gif)\n\n## Installation 🤖\n\n- Clone this repository\n\n  ```\n  git clone https://github.com/devonChurch/shortbread-biscuit.git \u0026\u0026 cd shortbread-biscuit\n  ```\n\n- Install project dependencies\n\n  ```\n  nvm use \u0026\u0026 npm i\n  ```\n\n- Start a development server on [Port 3000](http://localhost:3000/)\n\n  ```\n  npm start\n  ```\n\n## Deployment 🏁\n\n- Create a _Production_ build\n\n  ```\n  nvm run build\n  ```\n\n- Deploy application to `gh-pages`\n\n  ```\n  nvm run deploy\n  ```\n\n## License 📜\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonchurch%2Fshortbread-biscuit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevonchurch%2Fshortbread-biscuit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonchurch%2Fshortbread-biscuit/lists"}