1.0.5 • Published 5 months ago
aetherz-uploader v1.0.5
Uploader
A simple multi file hosting uploader for pomf, quax, etc.
Features
- Simple library
- Easy to use
- Almost all free file hosting is here!
Table of contents
Getting Started
Install
Install the library using npm
npm i aetherz-uploader
Uploader
This library has several file hostings:
- PomfUploader - Image, Video, Audio, etc
- QuaxUploader - Image, Video, Audio
- VideyUploader - Video
- RyzenUploader - Image, Video, Audio
- FastUrlUploader - Any
- ShojibUploader - Image
- ErhabotUploader - Image
Example Usage
How to usage this simple library
import { VideyUploader } from "aetherz-uploader";
const media = //buffer
VideyUploader(media)
.then(console.log)
.catch(console.log)
/*
Result:
https://cdn.videy.co/NyBFfECf1.mp4
*/
Contributing
If you would like to contribute to this package, I would really appreciate it. You can see the contribution guidelines here to contribute in the best way possible.
Issue
Feel free to open the issue, I hope this documentation can help you maximally and make it easier for you to use this package.
1.0.5
5 months ago