From 4c5ff2e959fcc2aa74feeaa18e281324067d1637 Mon Sep 17 00:00:00 2001 From: Yoshihiro Tanaka Date: Mon, 24 Sep 2018 10:00:41 +0900 Subject: [PATCH] Add spotify --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 26b2677..e7d4b62 100644 --- a/packages.json +++ b/packages.json @@ -10808,5 +10808,16 @@ "description": "TinyFileDialogs for Nim.", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-tinyfiledialogs" + }, + { + "name": "spotify", + "url": "https://github.com/CORDEA/spotify", + "method": "git", + "tags": [ + "spotify" + ], + "description": "A Nim wrapper for the Spotify Web API", + "license": "Apache License 2.0", + "web": "https://github.com/CORDEA/spotify" } ]