An open API service indexing awesome lists of open source software.

https://github.com/buger/minus-javascript

Javascript API for Min.us
https://github.com/buger/minus-javascript

Last synced: 11 months ago
JSON representation

Javascript API for Min.us

Awesome Lists containing this project

README

          

Javascript API for Min.us http://min.us

Still in alpha and may change

Based on REST API http://github.com/Miners/MinusAPI/blob/master/REST_API.markdown

Usage:
Minus.createGallery(function(gallery) {
Minus.uploadItemFromURL(url, gallery.editor_id,
function(file) {
console.log("File uploaded successfuly");
}
);
});

Minus.myGalleries(function(galleries) {
// Do something with galleries
})