aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorachesak <achesak@yahoo.com>2013-10-08 19:56:42 -0500
committerachesak <achesak@yahoo.com>2013-10-08 19:56:42 -0500
commit12702db6be095bfa4c87b930232b971904131782 (patch)
tree3e4326c0b7aa3d0b7c8704ec2ee83172abdb8849 /packages.json
parent610b6fffddfc5d88cafbd54b67d17ac86f481208 (diff)
downloadpackages-12702db6be095bfa4c87b930232b971904131782.tar.gz
packages-12702db6be095bfa4c87b930232b971904131782.zip
Added noaa and rss.
Diffstat (limited to 'packages.json')
-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"
}
+
]