mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 22:23:06 +00:00
Merge pull request #34 from achesak/master
Added csv module and api wrappers.
This commit is contained in:
commit
8ccdbd077e
@ -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"
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user