This uploading service built for distributed fail safe system where the host is built for screenify-vscode extension.
npm install
npm startCloud Service providers:
- Google Cloud Storage.
- Cloudinary.
- AWS.
Usage :
POST /api/upload
{
"buffer": "89 82 36 ..."
}Successful Reponse Example:
{
"success": true,
"url": "https://storage.googleapis.com/screenify_bucket/RGaipM.png"
}