{"id":15659566,"url":"https://github.com/mbchoa/recipeek","last_synced_at":"2025-06-16T02:42:14.892Z","repository":{"id":9225383,"uuid":"60112084","full_name":"mbchoa/recipeek","owner":"mbchoa","description":"🍽️ Recipe search app","archived":false,"fork":false,"pushed_at":"2023-01-06T13:48:53.000Z","size":10263,"stargazers_count":20,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T23:05:26.208Z","etag":null,"topics":["docker","lambda","netlify","react","recipe-app","redis","redux","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://recipeek.app","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/mbchoa.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-05-31T18:06:50.000Z","updated_at":"2025-02-15T03:06:45.000Z","dependencies_parsed_at":"2023-01-11T17:34:15.587Z","dependency_job_id":null,"html_url":"https://github.com/mbchoa/recipeek","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Frecipeek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Frecipeek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Frecipeek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Frecipeek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbchoa","download_url":"https://codeload.github.com/mbchoa/recipeek/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252563149,"owners_count":21768410,"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":["docker","lambda","netlify","react","recipe-app","redis","redux","typescript","webpack"],"created_at":"2024-10-03T13:17:33.920Z","updated_at":"2025-05-05T19:35:12.632Z","avatar_url":"https://github.com/mbchoa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍽️ recipeek [![Netlify Status](https://api.netlify.com/api/v1/badges/28f46ad0-bcba-4979-a39e-4d005b9718a1/deploy-status)](https://app.netlify.com/sites/recipeeek/deploys)\nSimple recipe discovery app using [Edamam Recipe Search API](https://developer.edamam.com/).\n\n## Overview\n\nThis is a React application scaffolded from a create-react-app template. It displays a single input field to query recipes based on ingredients provided by the user. Under the hood, the client application communicates with a Netlify Lambda function which handles the API request to the 3rd party Edamam recipe search endpoint.\n\n\n## Requirements\n\n### Netlify\nYou will need to have the `netlify-cli` installed in order to run the `ntl dev` command below. You'll need to install the CLI globally\n\n```bash\nnpm install -g netlify-cli\n``` \n\n### Edamam API Keys\nYou will also need to obtain your own set of API `app_id` and `app_key` from the Edamam developer portal. You can place them in a `.env` file at the root folder like so:\n\n```\nREACT_APP_RECIPEEK_APP_ID=yourappid\nREACT_APP_RECIPEEK_APP_KEY=yourappkey\n```\n\n### Redis\nThe Netlify Lambda function connects to a remote Redis server living on a Digital Ocean droplet as a container. To run locally, you can spin up a Redis container from the [Dockerfile](docker/redis/Dockerfile) provided. You will need to include the following environment variables in an `.env` file in order for the Node Redis client to connect:\n\n```\nREACT_APP_REDIS_HOST=localhost\nREACT_APP_REDIS_PORT=6379 (or whichever port you map on your host)\nREACT_APP_REDIS_PASSWORD=somepassword (this is defined in the redis.conf file)\n```\n\n## Development\n\n1. ``yarn install``\n2. ``ntl dev`` to startup local Netlify [development server](https://github.com/netlify/cli/blob/master/docs/netlify-dev.md)\n3. Navigate to http://localhost:8888\n\n## Roadmap\n\nFuture project feature updates and fixes can be found on the Trello Kanban [board](https://trello.com/b/YtfNLGC4/recipeek).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbchoa%2Frecipeek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbchoa%2Frecipeek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbchoa%2Frecipeek/lists"}