Merge pull request #25 from achesak/master

Added noaa and rss.
This commit is contained in:
Dominik Picheta 2013-10-10 12:26:35 -07:00
commit ad3659c789

View File

@ -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"
}
]