aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorachesak <achesak@yahoo.com>2013-10-06 17:24:25 -0500
committerachesak <achesak@yahoo.com>2013-10-06 17:24:25 -0500
commit1a04c630bd5ab702c48f7291cafde3dbdc832285 (patch)
tree1c56686bdd3fb0f312ddd51f9fad5212528d538f
parentfed6eb0bcbdb93ad4646cbcf96786405a32638d4 (diff)
downloadpackages-1a04c630bd5ab702c48f7291cafde3dbdc832285.tar.gz
packages-1a04c630bd5ab702c48f7291cafde3dbdc832285.zip
Added yahoo-weather.
-rw-r--r--packages.json11
1 files changed, 10 insertions, 1 deletions
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"
}
]