diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-10-10 12:26:35 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-10-10 12:26:35 -0700 |
| commit | ad3659c7890bf21d732764dbd3c86e953704d753 (patch) | |
| tree | 3e4326c0b7aa3d0b7c8704ec2ee83172abdb8849 | |
| parent | 5e185fe11d2be4b41dfb1c9e9c3d0ffa9a6d95ad (diff) | |
| parent | 12702db6be095bfa4c87b930232b971904131782 (diff) | |
| download | packages-ad3659c7890bf21d732764dbd3c86e953704d753.tar.gz packages-ad3659c7890bf21d732764dbd3c86e953704d753.zip | |
Merge pull request #25 from achesak/master
Added noaa and rss.
| -rw-r--r-- | packages.json | 19 |
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" } + ] |
