web-to-print booklet of archived iPhone photos, by year
- build in recursive loading of all photos
- build in image sorting script
- build in link functionality w/ sub-urls (
/20XX
) for each book - sort images to appear chronologically
- divide posts into separate arrays by year
- use EXIF data to sort rather than dropbox upload date
- uses dropbox API's
filesGetMetadata
for date taken, defaults toclient_modified
if no date can be found. maybe use node-exifalternate: group photos by folder manually
- uses dropbox API's
- build in link functionality w/ sub-urls (
- build in bindery design
- rotate images if they are landscape
- divide bindery book by year
- home page gets full contents of dropbox folder, produces buttons that show year and image amount
- button click
- sends request to get temporary links for respective year, scaling down the total amount of requests needed per booklet
- generates year booklet
- Preact (with a babel webpack build)
- Bindery js
- Dropbox API