From ebbaf60c28fc6d7064451aa414e3e12ff36963d8 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Fri, 31 Aug 2018 16:36:54 -0300 Subject: [PATCH] Added package openweathermap (#847) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 220dada..600ef84 100644 --- a/packages.json +++ b/packages.json @@ -10520,6 +10520,21 @@ "license": "MIT", "web": "https://github.com/bung87/daemon" }, + { + "name": "openweathermap", + "url": "https://github.com/juancarlospaco/nim-openweathermap", + "method": "git", + "tags": [ + "OpenWeatherMap", + "weather", + "CreativeCommons", + "OpenData", + "multisync" + ], + "description": "OpenWeatherMap API Lib for Nim, Free world wide Creative Commons & Open Data Licensed Weather data", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-openweathermap" + }, { "name": "finalseg", "url": "https://github.com/bung87/finalseg",