aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 84cf52d..e070c8e 100644
--- a/packages.json
+++ b/packages.json
@@ -213,5 +213,24 @@
"tags": ["library", "wrapper", "weather"],
"description": "Yahoo! Weather API wrapper",
"license": "MIT"
+ },
+
+ {
+ "name": "noaa",
+ "url": "git://github.com/achesak/nimrod-noaa",
+ "method": "git",
+ "tags": ["library", "wrapper", "weather"],
+ "description": "NOAA weather API wrapper",
+ "license": "MIT"
+ },
+
+ {
+ "name": "rss",
+ "url": "git://github.com/achesak/nimrod-rss",
+ "method": "git",
+ "tags": ["library", "rss", "xml", "syndication"],
+ "description": "RSS library",
+ "license": "MIT"
}
+
]