Merge pull request #24 from achesak/master

Added yahoo-weather and pastebin.
This commit is contained in:
Dominik Picheta 2013-10-06 15:35:17 -07:00
commit 5e185fe11d

View File

@ -195,5 +195,23 @@
"tags": ["app", "binary", "blog", "static", "generator"],
"description": "Static blog generator ala Jekyll.",
"license": "MIT"
},
{
"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"
}
]