Merge pull request #34 from achesak/master

Added csv module and api wrappers.
This commit is contained in:
Dominik Picheta 2013-11-27 16:59:54 -08:00
commit 8ccdbd077e

View File

@ -339,6 +339,42 @@
"tags": ["dropbox"],
"description": "Tool to clean up filenames shared on Dropbox",
"license": "MIT"
},
{
"name": "csv",
"url": "git://github.com/achesak/nimrod-csv",
"method": "git",
"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"
}
]