Simple utility to upload all existing photo albums to the new esac.nl album storage
- NodeJS
- NPM
- NPM dependencies are defined in the
package.json
- NPM dependencies are defined in the
Also make sure the feature/photoalbums_api branch is active (or merged into master).
- npm install
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