{"id":38668380,"url":"https://github.com/openculinary/frontend","last_synced_at":"2026-01-17T09:52:20.238Z","repository":{"id":50597999,"uuid":"223437775","full_name":"openculinary/frontend","owner":"openculinary","description":"The RecipeRadar Frontend is a recipe search and meal planning application","archived":false,"fork":false,"pushed_at":"2025-05-10T09:59:57.000Z","size":5335,"stargazers_count":12,"open_issues_count":20,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-10T10:34:32.173Z","etag":null,"topics":["dexiejs","jquery","pwa"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openculinary.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,"zenodo":null}},"created_at":"2019-11-22T15:59:27.000Z","updated_at":"2025-05-10T10:00:01.000Z","dependencies_parsed_at":"2023-01-31T09:31:30.751Z","dependency_job_id":"798f99f4-c822-4663-8001-7ef0a1a8da4b","html_url":"https://github.com/openculinary/frontend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openculinary/frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openculinary%2Ffrontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openculinary%2Ffrontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openculinary%2Ffrontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openculinary%2Ffrontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openculinary","download_url":"https://codeload.github.com/openculinary/frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openculinary%2Ffrontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28505565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: 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":["dexiejs","jquery","pwa"],"created_at":"2026-01-17T09:52:18.597Z","updated_at":"2026-01-17T09:52:20.211Z","avatar_url":"https://github.com/openculinary.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RecipeRadar Frontend\n\nThe RecipeRadar Frontend is a recipe search and meal planning application.\n\nIt's distributed as a [Progressive Web Application](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps) built using [webpack](https://webpack.js.org).\n\nThe application is intended to follow [local-first](https://www.inkandswitch.com/local-first.html) principles, but we have some work to do before we fully achieve that.\n\nSource code for the application is divided into four JavaScript components:\n\n* `src/app` - RecipeRadar application functionality\n* `src/diagnostics` - service status and data investigation tools\n* `src/feedback` - in-application feedback form based on [feedback.js](https://experiments.hertzen.com/jsfeedback)\n* `src/sw` - application [service worker](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API)\n\nThe following resources are useful guides for designing ingredient and recipe rendering:\n\n* [The Metric Kitchen - Style Guide](https://www.jsward.com/cooking/style.shtml)\n* [Wikipedia - Cooking weights and measures](https://en.wikipedia.org/wiki/Cooking_weights_and_measures)\n\n## Install dependencies\n\nMake sure to follow the RecipeRadar [infrastructure](https://codeberg.org/openculinary/infrastructure) setup to ensure all cluster dependencies are available in your environment.\n\n## Development\n\nTo install development tools and run linting and tests locally, execute the following commands:\n\n```sh\n$ yarn install\n$ make lint tests\n```\n\n## Local Deployment\n\nTo deploy the service to the local infrastructure environment, execute the following commands:\n\n```sh\n$ make\n$ make deploy\n```\n\nIf you have configured and run `haproxy` per the [infrastructure](https://codeberg.org/openculinary/infrastructure) setup instructions, you should be able to run the application by navigating to `http://localhost` in a web browser.\n\n## Internationalization\n\nTo gather the latest internationalization (i18n) resource strings from the application, execute the following commands:\n\n```sh\n$ npx i18next-scanner\n```\n\n## Integrity\n\nTo calculate a base64-encoded SHA512 digest of the `index.html` file for integrity-check purposes, build the application (by running `make`), and then run the following command:\n\n```sh\n$ cat public/index.html | openssl dgst -sha512 -binary | base64 --wrap 0\n```\n\nThis should produce a single line of output containing eighty-eight ASCII characters, and this should match the DNS B text record found for the application's deployment domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenculinary%2Ffrontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenculinary%2Ffrontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenculinary%2Ffrontend/lists"}