A web view that show photo downloaded from iCloud
With Docker using the following command:
docker run -it --rm --name icloudpd -v $(pwd)/Photos:/data -e TZ=America/London tomcuzz/icloudpd:latest icloud-photo-display --username [email protected] --watch-interval 3600
The code to download photos from iCloud was forked from icloud-photos-downloader/icloud_photos_downloader