diff options
| author | SilliBird <6666242+sillibird@users.noreply.github.com> | 2019-01-15 13:44:47 -0500 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-01-15 19:44:47 +0100 |
| commit | 6640778d0c206249afdf46316a087282c3096286 (patch) | |
| tree | ade22a2a612e30bca3e3c5ec3e1727856f0d9ac9 | |
| parent | 332c32febe63594c003ecbed9a55cb25a16b7355 (diff) | |
| download | packages-6640778d0c206249afdf46316a087282c3096286.tar.gz packages-6640778d0c206249afdf46316a087282c3096286.zip | |
Added package nimhq (#991)
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 442cbde..5d547d5 100644 --- a/packages.json +++ b/packages.json @@ -12454,5 +12454,18 @@ "license": "MIT", "web": "https://github.com/calebwin/pipelines", "doc": "https://github.com/calebwin/pipelines" + }, + { + "name": "nimhq", + "url": "https://github.com/sillibird/nimhq", + "method": "git", + "tags": [ + "library", + "api", + "client" + ], + "description": "HQ Trivia API wrapper for Nim", + "license": "MIT", + "web": "https://github.com/sillibird/nimhq" } ] |
