gallery-curator
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "gallery-curator", | ||
"version": "0.0.2", | ||
"description": "simple photo gallery curation", | ||
"version": "0.0.3", | ||
"main": "index.js", | ||
@@ -5,0 +6,0 @@ "repository": { |
@@ -13,2 +13,9 @@ ## 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] ] } ] | ||
``` |
2417
11
20
52