From a5cb3e02ec8b0e929f1193f7f5381c188c294cb0 Mon Sep 17 00:00:00 2001 From: ire4ever1190 Date: Mon, 17 Aug 2020 17:19:09 +1000 Subject: [PATCH] Added package opentrivadb (#1595) --- packages.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index c308341..d5ed416 100644 --- a/packages.json +++ b/packages.json @@ -3,11 +3,16 @@ "name": "jupyternim", "url": "https://github.com/stisa/jupyternim", "method": "git", - "tags": ["jupyter", "nteract", "ipython", "jupyter-kernel"], + "tags": [ + "jupyter", + "nteract", + "ipython", + "jupyter-kernel" + ], "description": "A Jupyter kernel for nim.", "license": "MIT", "web": "https://github.com/stisa/jupyternim/blob/master/README.md", - "doc": "https://github.com/stisa/jupyternim" + "doc": "https://github.com/stisa/jupyternim" }, { "name": "randgen", @@ -19073,5 +19078,19 @@ ], "description": "Soundfonts for paramidi", "license": "Public Domain" + }, + { + "name": "opentrivadb", + "url": "https://github.com/ire4ever1190/nim-opentmdb", + "method": "git", + "tags": [ + "wrapper", + "library", + "quiz", + "api" + ], + "description": "Wrapper around the open trivia db api", + "license": "MIT", + "web": "https://github.com/ire4ever1190/nim-opentmdb" } ]