Added api wrappers.

This commit is contained in:
achesak 2013-11-27 17:54:25 -06:00
parent 96f5325eeb
commit a5a10725f2

View File

@ -348,5 +348,33 @@
"tags": ["csv", "parsing", "stringify", "library"],
"description": "Library for parsing, stringifying, reading, and writing CSV (comma separated value) files",
"license": "MIT"
},
{
"name": "geonames",
"url": "git://github.com/achesak/nimrod-geonames",
"method": "git",
"tags": ["library", "wrapper", "geography"],
"description": "GeoNames API wrapper",
"license": "MIT"
},
{
"name": "gravatar",
"url": "git://github.com/achesak/nimrod-gravatar",
"method": "git",
"tags": ["library", "wrapper", "gravatar"],
"description": "Gravatar API wrapper",
"license": "MIT"
},
{
"name": "coverartarchive",
"url": "git://github.com/achesak/nimrod-cover-art-archive",
"method": "git",
"tags": ["library", "wrapper", "cover art", "music", "metadata"],
"description": "Cover Art Archive API wrapper",
"license": "MIT"
}
]