From c4a65dacaf832f59206813dc2cbcd23c7ac72775 Mon Sep 17 00:00:00 2001 From: XXIV Date: Fri, 29 Apr 2022 03:04:30 +0300 Subject: [PATCH] Add cocktaildb (#2217) * Fixed the username of 2 packages * Add audiodb * Add cocktaildb * Add cocktaildb --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8506c33..9d82dd2 100644 --- a/packages.json +++ b/packages.json @@ -26016,5 +26016,18 @@ "description": "Load local environment variables from .env files", "license": "MIT", "web": "https://wioenena-q.github.io/nim-dotenv" + }, + { + "name": "cocktaildb", + "url": "https://github.com/thechampagne/cocktaildb-nim", + "method": "git", + "tags": [ + "api-client", + "api-wrapper", + "cocktaildb" + ], + "description": "TheCocktailDB API client", + "license": "Apache-2.0", + "web": "https://github.com/thechampagne/cocktaildb-nim" } ]