aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorachesak <achesak@yahoo.com>2013-11-27 17:54:25 -0600
committerachesak <achesak@yahoo.com>2013-11-27 17:54:25 -0600
commita5a10725f24c2841900286b41e5b8b3fc96ef3b0 (patch)
tree8e80a4d590d3262180508bf78f6328673e9fd2fe
parent96f5325eeb31b380ba7bb5f6821d1a6314f0d465 (diff)
downloadpackages-a5a10725f24c2841900286b41e5b8b3fc96ef3b0.tar.gz
packages-a5a10725f24c2841900286b41e5b8b3fc96ef3b0.zip
Added api wrappers.
-rw-r--r--packages.json28
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"
}
+
]