2.0.2 • Published 5 months ago

@zanixongroup/uploader v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Uploader

A simple multi file hosting uploader for pomf, quax, etc. GitHub commit activity (branch) GitHub last commit (by committer) GitHub repo size GitHub package.json version (branch)

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 @zanixongroup/uploader

Uploader

This library has several file hostings:

  • Pomf - Image, Video, Audio, etc (Exp: never)
  • Quax - Image, Video, Audio (Exp: never)
  • Videy - Video (Exp: never)
  • Ryzen - Image, Video, Audio (Exp: 24h)
  • FastUrl - Any (Exp: never)
  • Shojib - Image (Exp: ??)
  • Erhabot - Image (Exp: never)
  • Litterbox - Any (Exp: 1h, 12h, 24h, 72h)
  • Catbox - Any (Exp: never)
  • TmpErhabot - Image, Video, Audio (Exp: 24h)
  • Uguu - Any (Exp: 3h)

Example Usage

How to usage this simple library

/**
import Upload from "@zanixongroup/uploader";
*/

import { Videy } from "@zanixongroup/uploader";

const media = //buffer
Videy(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.11.6-ts

5 months ago

1.11.14-ts

5 months ago

1.11.13-ts

5 months ago

1.11.11-ts

5 months ago

1.11.12-ts

5 months ago

1.11.10-ts

5 months ago

2.0.2

5 months ago

1.11.7-ts

5 months ago

1.11.8-ts

5 months ago

1.11.9-ts

5 months ago

2.0.1

5 months ago

2.0.0

5 months ago

1.11.6

5 months ago

1.10.3

5 months ago