From 46cef343e5e4f2404c30c87ff7095631b5aa4f6d Mon Sep 17 00:00:00 2001 From: XXIV Date: Sun, 1 May 2022 06:12:02 +0300 Subject: [PATCH] Add mealdb (#2218) * Fixed the username of 2 packages * Add audiodb * Add cocktaildb * Add cocktaildb * Add mealdb --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 9d82dd2..8e96b10 100644 --- a/packages.json +++ b/packages.json @@ -26029,5 +26029,18 @@ "description": "TheCocktailDB API client", "license": "Apache-2.0", "web": "https://github.com/thechampagne/cocktaildb-nim" + }, + { + "name": "mealdb", + "url": "https://github.com/thechampagne/mealdb-nim", + "method": "git", + "tags": [ + "api-client", + "api-wrapper", + "mealdb" + ], + "description": "TheMealDB API client", + "license": "Apache-2.0", + "web": "https://github.com/thechampagne/mealdb-nim" } ]