0.0.4 • Published 6 years ago

piwigo-api v0.0.4

Weekly downloads
9
License
ISC
Repository
-
Last release
6 years ago

Piwigo API

Piwigo client for piwigo API

Get started

var piwigo = require('piwigo-api');
var client = new piwigo(<PIWIGO_URL>);

// get all tags 
client.getTags(function(err,res){
	console.log(res);
});

//get items for a tag
client.getItemsOfTag(tag,function(err,res){
	console.log(res);
});

note : just get public items and tag.

0.0.4

6 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago