flickrnode
flickrnode copied to clipboard
non-blocking api for using Flickr with node.js
Added a package.json file so flickrnode can be published for npm. The necessary information was taken from the publicly available information on github. Please review! Closes #7
node has progressed a decent amount since flickrnode was written, and the http module has seen an API overhaul, so your library no longer works, despite being _the only decent...
Can you please add a LICENSE file in the repo and mention the license for this repo
It would be nice to have this hosted at NPM.
I've been trying for several days to figure out how to upload images to flickr and get a response with the new image id for a few days, and nothing...
Currently the api spawns a new connection for each api/feed request. It would probably be nicer to re-use connections where possible, however this perhaps should be the responsibility of the...