Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 639 Bytes

album-uploader

Simple utility to upload all existing photo albums to the new esac.nl album storage

Requirements

  • NodeJS
  • NPM
    • NPM dependencies are defined in the package.json

Also make sure the feature/photoalbums_api branch is active (or merged into master).

Installation instructions

  • npm install

Run instructions

Make sure each album folder contains only images and one info.json file, structed as follows:

{
    "name": "Album name",
    "description": "Nice description",
    "date": "YYYY-MM-DD"
}

Then run node index.js