Coder Social home page Coder Social logo

flickrnode's People

Contributors

ciaranj avatar tidwell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

flickrnode's Issues

Support pooled connections when calling off to flickr

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 underlying APIs (node.js) to implement?

cannot run most_recent_photoset.js - httpClient request has no method 'close'

Hello,
I cannot run the most_recent_photoset.js script I have this error when I use my api flickr key :

TypeError: Object # has no method 'close'
at Request.executeRequest (/mnt/ws/users/eboudrant/45708/lib/request.js:132:13)
at People.findByUsername (/mnt/ws/users/eboudrant/45708/lib/people.js:6:21)
at Object. (/mnt/ws/users/eboudrant/45708/examples/most_recent_photoset.js:11:15)

Any idea, did I made a mistake ?
I used my flicker api key, the url from the request is working fine on flckr.

Thanks

npm please

It would be nice to have this hosted at NPM.

Node 0.1.30 and getRequestPromise

I'm in the process of making flickr-spy work with current node.js:

ncr:~$ node -v
v0.1.30-23-g2b91f8d

TypeError: Object #<a Request> has no method 'getRequestPromise'
    at Urls.lookupUser (/Users/ncr/dev/flickr_spy/vendor/flickr/lib/urls.js:6:26)

update for current node?

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 library on all of npmjs. You probably haven't looked at this in ages, but if you do... is it possible to have it updated to use the new http/request calls?

Flickrnode should be able to make many requests at once

I would like to be able to choose either a http client pool size (so all requests use http clients from this pool) OR make every request spawn a separate http client (this would let me directly control the amount of simultaneous requests). I think both options would be great - use predefined client pool for quick jobs or have a fine grained control when you need it.

Cheers,

Jacek

Enhancement: support for upload

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 seems to work quite right. I'd love to see support for this added to flickrnode, as you already support auth.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.