gallery-curator

v0.0.3
simple photo gallery curation
photos fs organization

Curator

An easy way to check folders for new photos

###installation

npm install gallery-curator

###usage

var curator = require('gallery-curator')();
curator.curate('./photos');
// log the collection
console.log(curator.collection)

// result
[ { name: 'album', photos: [ [Object], [Object] ] },
  { name: 'album2', photos: [ [Object], [Object] ] },
  { name: 'album3', photos: [ [Object] ] } ]
npm i gallery-curator

Metadata

  • MIT
  • Whatever
  • Alexander Daniel
  • released 3/17/2014

Downloads

Maintainers