usgin / usgin-cache

Cache a whole system in your CouchDB
0 stars 1 forks source link

gatherCapabilites function #14

Closed asonnenschein closed 10 years ago

asonnenschein commented 10 years ago

Right now I hardcoded the function so that it will only run getCapabilities on the first url in the array it is given. I tried using underscore's 'each' function but couldn't get it working.

@rclark @jalisdairi

rclark commented 10 years ago

@asonnenschein that's what async is for.