node-jipics
Node.JS wrapper for jipics image hosting website.
Example
var Jipics = ; Jipics;
Methods
upload (options, callback)
Uploads an image.
Arguments
@options
: a string representing the image path or an object contanining the following fields:path
: the path to the imagedeleteAfterUpload
: if true, the image will be deleted after a sucessful upload
Changelog
v0.1.0
- Initial release
License
See the LICENSE file.