{"id":32259232,"url":"https://github.com/kapoko/delicious-hamburgers","last_synced_at":"2026-02-20T20:03:00.079Z","repository":{"id":20474319,"uuid":"90011272","full_name":"kapoko/delicious-hamburgers","owner":"kapoko","description":"Beautiful SASS powered hamburger menu buttons","archived":false,"fork":false,"pushed_at":"2023-10-04T05:31:53.000Z","size":4226,"stargazers_count":76,"open_issues_count":4,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-23T16:56:14.759Z","etag":null,"topics":["button","css","customizable","delicious","hamburger","menu","sass","toggle"],"latest_commit_sha":null,"homepage":"https://kapoko.github.io/delicious-hamburgers","language":"SCSS","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/kapoko.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-02T08:47:46.000Z","updated_at":"2025-03-15T20:15:50.000Z","dependencies_parsed_at":"2024-06-19T01:47:19.212Z","dependency_job_id":"8b5a2691-7e8a-4219-a94d-3914cc854a18","html_url":"https://github.com/kapoko/delicious-hamburgers","commit_stats":{"total_commits":248,"total_committers":3,"mean_commits":82.66666666666667,"dds":"0.12096774193548387","last_synced_commit":"90479ef7a93c8d6cf5e105877a25177d921a3319"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/kapoko/delicious-hamburgers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapoko%2Fdelicious-hamburgers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapoko%2Fdelicious-hamburgers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapoko%2Fdelicious-hamburgers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapoko%2Fdelicious-hamburgers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kapoko","download_url":"https://codeload.github.com/kapoko/delicious-hamburgers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kapoko%2Fdelicious-hamburgers/sbom","scorecard":{"id":549754,"data":{"date":"2025-08-11","repo":{"name":"github.com/kapoko/delicious-hamburgers","commit":"90479ef7a93c8d6cf5e105877a25177d921a3319"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-release.yml:1","Warn: no topLevel permission defined: .github/workflows/build-site.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-release.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/kapoko/delicious-hamburgers/build-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/kapoko/delicious-hamburgers/build-release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-release.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/kapoko/delicious-hamburgers/build-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-site.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/kapoko/delicious-hamburgers/build-site.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-site.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/kapoko/delicious-hamburgers/build-site.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-site.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/kapoko/delicious-hamburgers/build-site.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/build-site.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/kapoko/delicious-hamburgers/build-site.yml/main?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.2.3 not signed: https://api.github.com/repos/kapoko/delicious-hamburgers/releases/90108436","Warn: release artifact v1.2.2 not signed: https://api.github.com/repos/kapoko/delicious-hamburgers/releases/58606824","Warn: release artifact v1.2.0 not signed: https://api.github.com/repos/kapoko/delicious-hamburgers/releases/52185806","Warn: release artifact v1.1.1 not signed: https://api.github.com/repos/kapoko/delicious-hamburgers/releases/43510920","Warn: release artifact v1.1.0 not signed: https://api.github.com/repos/kapoko/delicious-hamburgers/releases/35967465","Warn: release artifact v1.2.3 does not have provenance: https://api.github.com/repos/kapoko/delicious-hamburgers/releases/90108436","Warn: release artifact v1.2.2 does not have provenance: https://api.github.com/repos/kapoko/delicious-hamburgers/releases/58606824","Warn: release artifact v1.2.0 does not have provenance: https://api.github.com/repos/kapoko/delicious-hamburgers/releases/52185806","Warn: release artifact v1.1.1 does not have provenance: https://api.github.com/repos/kapoko/delicious-hamburgers/releases/43510920","Warn: release artifact v1.1.0 does not have provenance: https://api.github.com/repos/kapoko/delicious-hamburgers/releases/35967465"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":1,"reason":"9 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-76p7-773f-r4q5","Warn: Project is vulnerable to: GHSA-4vvj-4cpr-p986"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-20T10:28:37.675Z","repository_id":20474319,"created_at":"2025-08-20T10:28:37.675Z","updated_at":"2025-08-20T10:28:37.675Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29662584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T19:49:36.704Z","status":"ssl_error","status_checked_at":"2026-02-20T19:44:05.372Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["button","css","customizable","delicious","hamburger","menu","sass","toggle"],"created_at":"2025-10-22T19:59:39.761Z","updated_at":"2026-02-20T20:03:00.059Z","avatar_url":"https://github.com/kapoko.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Delicious Hamburgers](https://kapoko.github.io/delicious-hamburgers) 🍔\n\n[![npm version](https://img.shields.io/npm/v/delicious-hamburgers.svg)](https://www.npmjs.com/package/delicious-hamburgers)\n[![npm](https://img.shields.io/npm/dm/delicious-hamburgers.svg)](https://www.npmjs.com/package/delicious-hamburgers)\n[![](https://github.com/kapoko/delicious-hamburgers/workflows/Release/badge.svg)](https://github.com/kapoko/delicious-hamburgers/actions)\n[![](https://github.com/kapoko/delicious-hamburgers/workflows/Build%20Site/badge.svg)](https://github.com/kapoko/delicious-hamburgers/actions)\n\nBeautiful hamburger menu buttons animated in pure CSS, customisable with Sass.\n\n![gif](https://i.imgur.com/oVL1Zva.gif)\n\nThis was inspired by [Jonsuh](https://github.com/jonsuh)'s great [hamburgers](https://github.com/jonsuh/hamburgers), however I felt the need for a little more elegant and modern animations, so here they are! \n\n## [Demo](https://kapoko.github.io/delicious-hamburgers)\n\n### Why Delicious Hamburgers?\n\n- Performant: doesn't use position attributes like `top` to animate, but only CSS transforms which are often hardware accelerated, for the most buttery animations possible.\n- Simple: same markup for all animations, same implementation (just add class `active` to the element).\n- Lightweight: Seperate imports per animation, include only what you need.\n- No Javascript and no CSS `@keyframes` which can sometimes block animations in weird ways. Bash away!\n- Customisable: loads of variables available for customisation which work for all animations.\n- No dependencies: no worries about dependencies getting out of date, there are none.\n\n## Usage\n\n### Install via npm or Yarn\n\nGet your delicious hamburgers served up by your favourite package manager.\n\n1. Install through the command line.\n\n    ```bash\n    yarn add delicious-hamburgers\n    ```\n    ```bash\n    npm install delicious-hamburgers\n    ```\n\n2. Import Sass. First import the base file and then whichever animation you want. \n    \n    ```scss\n    @import \"~delicious-hamburgers/scss/base\";\n    @import \"~delicious-hamburgers/scss/animations/criss-cross\";\n    ```\n\n    \u003csup\u003eIf you want to import everything you can also use `@import \"~delicious-hamburgers/scss/hamburgers\"`.\u003c/sup\u003e\n\n3. Add HTML markup. Switch out `hamburger--criss-cross` for the animation you want.\n\n    ```html\n    \u003cbutton class=\"hamburger hamburger--criss-cross\" type=\"button\"\u003e\n        \u003cdiv class=\"inner\"\u003e\n            \u003cspan class=\"bar\"\u003e\u003c/span\u003e\n            \u003cspan class=\"bar\"\u003e\u003c/span\u003e\n            \u003cspan class=\"bar\"\u003e\u003c/span\u003e\n        \u003c/div\u003e\n    \u003c/button\u003e\n    ```\n\n    \u003csup\u003eYou can also use `\u003cdiv\u003e` instead of `\u003cbutton\u003e` if you want/have to.\u003c/sup\u003e\n\n4. Add class `active` to the `button` element to trigger the animation. The implemention is up to you. Here's an example in Javascript: ([fiddle](https://jsfiddle.net/kapoko/03wdj278/7/)).\n\n### Plain CSS\n\n1. You can also [download this stylesheet](https://github.com/kapoko/delicious-hamburgers/releases/latest/download/hamburgers.min.css), it's all you need. Include it on your page inside the `\u003chead\u003e` tags.\n\n    ```html\n    \u003clink href=\"path/to/hamburgers.min.css\" rel=\"stylesheet\"\u003e\n    ```\n\n2. Add the HTML markup like above.\n\n## Animations ([browse](https://kapoko.github.io/delicious-hamburgers/burger/criss-cross/))\n\nHere's a list of the animations you can choose from. Just switch out the class on the `button` element, and you're done! \n\n```\nhamburger--apple\nhamburger--arrow\nhamburger--arrow-right\nhamburger--chop\nhamburger--collapse\nhamburger--converge\nhamburger--criss-cross\nhamburger--default\nhamburger--dive\nhamburger--flatten\nhamburger--magnetic\nhamburger--minimal\nhamburger--parallel\nhamburger--push\nhamburger--shelf\nhamburger--simple\nhamburger--spin\nhamburger--stack\nhamburger--twist\nhamburger--vertical\n```\n\n## Customisation\n\n### How-to \n\nWith the power of Sass you can customise the buttons to fit your project even better. Declare your variables **before** including the `base` file, only then they will override the default values. Like so: \n\n```scss\n$hamburger-color:               #fff;\n\n@import \"~delicious-hamburgers/scss/base\";\n@import \"~delicious-hamburgers/scss/animations/criss-cross\";\n```\n\n### List of default variables\n\nHere's a full list of the customizable options available with their default values:\n\n```scss\n$hamburger-size:                            50px; // Set both width and height\n$hamburger-width:                           $hamburger-size; // Width (overrides $size, for a non square button)\n$hamburger-thickness:                       2px; // Thickness of the bars\n$hamburger-color:                           #000;\n$hamburger-color-hover:                     $hamburger-color;\n$hamburger-color-active:                    $hamburger-color;\n$hamburger-background:                      transparent;\n$hamburger-background-hover:                $hamburger-background;\n$hamburger-background-active:               $hamburger-background;\n$hamburger-background-transition-speed:     0.2s;\n$hamburger-border-color:                    transparent;\n$hamburger-border-width:                    0; // Note: the border will always act like it's inset, even if \n                                            // you use a div element. I wanted to keep consistency between \n                                            // the button and div element, which normally react differently \n                                            // to a border. If you're using a div element, changing this won't \n                                            // affect the real size of the button.\n$hamburger-opacity:                         1;\n$hamburger-opacity-hover:                   1;\n$hamburger-opacity-transition-speed:        0.2s;\n$hamburger-padding:                         round($hamburger-size / 10); // The space between the button border \n                                            // and the actual bars. There's a little padding by default so the \n                                            // clickable area is a little bigger than the visual button. You \n                                            // can also use a px value here instead of a relative one.\n$hamburger-border-radius:                   0; // Border-radius of the button.\n$hamburger-bar-border-radius:               0; // Border-radius of the bars.\n$hamburger-bar-spacing:                     round($hamburger-size / 5); // How far the bars are apart from \n                                            // eachother. You can also use a px value here instead of a relative \n                                            // one.\n$hamburger-animation-speed:                 1; // The timings of the animations are carefully chosen. But you \n                                            // can use this factor variable to slow down or speed up the animations. \n                                            // Use .5 for twice as slow, 2 for twice as fast etc.\n$hamburger-class-name:                      'hamburger'; // The main class and prefixes of the animation classes \n                                            // can be changed. This allows for different styled buttons on the \n                                            // same page.\n$hamburger-active-class-name:               'active'; // Change the classname that triggers the animation\n$hamburger-extra-transition-rules:          \u0026; // = null. If you need extra transition rules on the base element\n                                            // you can set this variable and it gets appended. This way you don't \n                                            // need to overwrite the plugin transition rules. Example:\n                                            // $hamburger-extra-transition-rules: box-shadow 0.15s ease-in-out;\n```\n\n#### Select which animations to compile by variable\n\nEven if you import all the animations by including `~delicious-hamburgers/scss/hamburgers.scss` you can use the following variable to choose which animations to compile. Since v1.x.x this is not really necessary anymore because you can import animations separately, but here's the option anyway. \n\n```scss\n$hamburger-animations: ( hamburger--apple, hamburger--arrow, etc... );\n```\n\n## Migration from v0.x.x to v1.x.x\n\nThere's some breaking changes when updating from v0.x.x to v1.x.x.\n\n### 1. Compatibility with different sass implementations\n\nFor extra robustness this package makes use of [Sass' `math` module](https://sass-lang.com/documentation/modules/math). There are many different implementations of the Sass language and the primary one is [Dart Sass](https://sass-lang.com/dart-sass), which supports this math module. As of now `LibSass` (and because of that also `node-sass`) and `RubySass` haven't implemented this module yet, although in the future they most likely will.\n\nIf you get an error like `SassError: Invalid CSS after \"$root-two: math\": expected expression (e.g. 1px, bold), was \".sqrt(2);\"` your project is probably not using Dart Sass, most likely `node-sass`. Read on for a possible solution.\n\n\u003csup\u003eOther examples needed? Please post an [issue](https://github.com/kapoko/delicious-hamburgers/issues) on Github.\u003c/sup\u003e\n\n#### 1.1 Using webpack with `sass-loader`, or `node-sass` in general?\n\nIf you're using webpack try removing `node-sass` (which depends on LibSass) from your projects' devDependencies, and install `sass` (which is a Javascript distribution of Dart Sass). See [here](https://webpack.js.org/loaders/sass-loader/#implementation) for more information.\n\n#### 1.2 Using parcel-bundler?\n\nParcel officially uses `sass` so you're good to go!\n\n### 2. Bower support dropped\n\nFrom v1.0.0 and on Bower support has been dropped. Versions v0.x.x will still be available on Bower as deprecated package.\n\n### 3. Variable name changes\n\nOld (v0.x.x) | New (v1.x.x) | Comments\n--- | --- | ---\n`$hamburger-border-radius` | `$hamburger-bar-border-radius` | \u003csup\u003e`$hamburger-border-radius` is now used for the outside border.\u003c/sup\u003e\n`$hamburger-animations: (arrow-r)` | `$hamburger-animations: (arrow-right)` | \u003csup\u003eVariable is the same, but arrow-r is now arrow-right.\u003c/sup\u003e\n\u0026#xfeff;| `$hamburger-color-hover` |\n\u0026#xfeff;| `$hamburger-background-hover` |\n\u0026#xfeff;| `$hamburger-background-transition-speed` |\n\u0026#xfeff;| `$hamburger-opacity-transition-speed` |\n\u0026#xfeff;| `$hamburger-width` | \u003csup\u003eSince 1.1.0\u003c/sup\u003e\n\u0026#xfeff;| `$hamburger-active-class-name` | \u003csup\u003eSince 1.1.0\u003c/sup\u003e\n\u0026#xfeff;| `$hamburger-extra-transition-rules` | \u003csup\u003eSince 1.1.0\u003c/sup\u003e\n\n## Development\n\n### Prerequisites\n\n- `hugo`\n- `sass`\n\n(`brew install hugo sass/sass/dart-sass-embedded`)\n\n## Copyright and license\n\nAw yiss, code released under [MIT License](https://github.com/kapoko/delicious-hamburgers/blob/main/LICENSE). Have at it 🤘.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapoko%2Fdelicious-hamburgers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkapoko%2Fdelicious-hamburgers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkapoko%2Fdelicious-hamburgers/lists"}