/photo-archive

web-to-print booklet of archived iPhone photos, by year

Primary LanguageJavaScript

Photo Archive (Tome Generator)

web-to-print booklet of archived iPhone photos, by year

To Do

  • 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 to client_modified if no date can be found.
      • maybe use node-exif
      • alternate: group photos by folder manually
  • build in bindery design
    • rotate images if they are landscape
    • divide bindery book by year

Interface Flow

  • 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

Build Resources