gallery-curator

0.0.3 • Public • Published

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] ] } ]

Readme

Keywords

Package Sidebar

Install

npm i gallery-curator

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • alexander-daniel