UNPKG

aetherz-uploader

Version:

A simple any file hosting uploader for node.js

57 lines (47 loc) 1.97 kB
# Uploader A simple multi file hosting uploader for pomf, quax, etc.<br><br> <br><br> ![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/t/PRINCE-AETHER/uploader?logo=github&cacheSeconds=12000&style=for-the-badge) ![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/PRINCE-AETHER/uploader?style=for-the-badge) ![GitHub repo size](https://img.shields.io/github/repo-size/PRINCE-AETHER/uploader?logo=github&style=for-the-badge&link=https%3A%2F%2Fgithub.com%2FPRINCE-AETHER%2Fuploader) ![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/PRINCE-AETHER/uploader/main?style=for-the-badge&logo=github) # Features - Simple library - Easy to use - Almost all free file hosting is here! # Table of contents - [Getting Started](#getting-started) - [Install](#install) - [Uploader](#uploader) - [Example](#example-usage) - [Contributing](#contributing) - [Issue](#issue) # Getting Started ### Install Install the library using npm ```bash 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 ```js 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](https://github.com/PRINCE-AETHER/uploader/blob/main/CONTRIBUTING.md) 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.