From 1a04c630bd5ab702c48f7291cafde3dbdc832285 Mon Sep 17 00:00:00 2001 From: achesak Date: Sun, 6 Oct 2013 17:24:25 -0500 Subject: [PATCH] Added yahoo-weather. --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 416b251..67889c4 100644 --- a/packages.json +++ b/packages.json @@ -198,11 +198,20 @@ }, { - "name": "nimrod-pastebin", + "name": "pastebin", "url": "git://github.com/achesak/nimrod-pastebin", "method": "git", "tags": ["library", "wrapper", "pastebin"], "description": "Pastebin API wrapper", "license": "MIT" + }, + + { + "name": "yahoo-weather": + "url": "git://github.com/achesak/nimrod-yahoo-weather", + "method": "git", + "tags": ["library", "wrapper", "weather"], + "description", "Yahoo! Weather API wrapper", + "license": "MIT" } ]