diff options
| author | achesak <achesak@yahoo.com> | 2013-11-27 17:54:25 -0600 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2013-11-27 17:54:25 -0600 |
| commit | a5a10725f24c2841900286b41e5b8b3fc96ef3b0 (patch) | |
| tree | 8e80a4d590d3262180508bf78f6328673e9fd2fe | |
| parent | 96f5325eeb31b380ba7bb5f6821d1a6314f0d465 (diff) | |
| download | packages-a5a10725f24c2841900286b41e5b8b3fc96ef3b0.tar.gz packages-a5a10725f24c2841900286b41e5b8b3fc96ef3b0.zip | |
Added api wrappers.
| -rw-r--r-- | packages.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 1f3b2ad..f2db0c2 100644 --- a/packages.json +++ b/packages.json @@ -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" } + ] |
