Results 5 comments of Ben

I haven't seen or used the new version, can you post the ActionScript somewhere?

I have a fork that I've been optimizing for fast startup time and reduced dependencies: https://github.com/benlowry/node-flickrapi/tree/master/src 'build-api.js' created 'built-api.json' from the data then 'flickr-api-object.js' gets everything from that. The first...

PS. For me the biggest strike against your method of loading the API is modern developer tools watch our code for changes and reload our apps as we make changes......

Here's a WIP alternative for 'request', there was more dependency on it than I thought but still only GET, POST, and GET + write images: https://github.com/benlowry/node-flickrapi/blob/remove-dependencies/src/request.js I also decided to...