{"id":27381034,"url":"https://github.com/satyawikananda/yummy","last_synced_at":"2026-04-25T12:36:35.118Z","repository":{"id":62421543,"uuid":"281610802","full_name":"satyawikananda/yummy","owner":"satyawikananda","description":"A simple wrapper themealdb.com API for Deno 🦕","archived":false,"fork":false,"pushed_at":"2020-08-04T01:27:22.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-05T01:07:10.859Z","etag":null,"topics":["deno","food","typescript","yummy"],"latest_commit_sha":null,"homepage":"https://deno.land/x/yummy","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/satyawikananda.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":"2020-07-22T07:45:58.000Z","updated_at":"2020-07-24T11:33:36.000Z","dependencies_parsed_at":"2022-11-01T17:31:22.115Z","dependency_job_id":null,"html_url":"https://github.com/satyawikananda/yummy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/satyawikananda/yummy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyawikananda%2Fyummy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyawikananda%2Fyummy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyawikananda%2Fyummy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyawikananda%2Fyummy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satyawikananda","download_url":"https://codeload.github.com/satyawikananda/yummy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satyawikananda%2Fyummy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32262801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"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":["deno","food","typescript","yummy"],"created_at":"2025-04-13T14:36:56.459Z","updated_at":"2026-04-25T12:36:35.094Z","avatar_url":"https://github.com/satyawikananda.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yummy :shallow_pan_of_food: :pizza: 🦕\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/satyawikananda/yummy/blob/master/LICENSE)\n\nA simple wrapper [themealdb.com](https://themealdb.com) API for Deno 🦕\n\n## How to use? 🤔\n\n```javascript\n\nimport {\n    getRandomMeal, \n    getCategories, \n    getFilterByCat, \n    getMainIngerdient,\n    getListArea,\n    getListCategories,\n    getListIngredient\n} from \"https://deno.land/x/yummy/mod.ts\"\n\n// Get data random meal\nconsole.log(await getRandomMeal())\n\n// Get data's of categories\nconsole.log(await getCategories())\n\n// Get data by filter of the specific category\nconsole.log(await getFilterByCat(\"seafood\"))\n\n// Get data recipe \nconsole.log(await getMainIngerdient(\"chicken_breast\"))\n\n// Get data list available area\nconsole.log(await getListArea())\n\n// Get data list available category\nconsole.log(await getListCategories())\n\n// Get  data list available ingredient\nconsole.log(await getListIngredient())\n\n```\n\nHow to run it ? 🤔\n\n```\ndeno run --allow-net ./example/index.ts\n```\n\nHow to test it ? 🤔\n\n```\ndeno test --allow-net ./test/test.ts\n```\n\n## Author\n[@Satyawikananda](https://instagram.com/satyawikananda) ©2020\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatyawikananda%2Fyummy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatyawikananda%2Fyummy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatyawikananda%2Fyummy/lists"}