Download All images from iCloud public shared album
Get urls with help of this repo:
https://github.com/ghostops/ICloud-Shared-Album
let urls = res.photos.map(p=>{
let der = p.derivatives;
let lastKey = Object.keys(der).pop();
return der[lastKey].url;
});
https://www.codepel.com/vanilla-j...
dev.j3ang.com1 min read