1.1.1 • Published 9 months ago

comfy-anon-files v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Comfortable Anonfiles API

A simple anonfiles API wrapper for everything it offers.

Usage

Uploading

import anon from "anonfiles-api"
import { createReadStream } from "fs"

const response = anon.upload(createReadStream("fireball.mp4")); // or you can put buffers in it.

Getting info

const response = anon.info("0129049328")

Tiny Notes

Yes, I am branding everything I make as "comfortable".

1.1.1

9 months ago

1.1.0

9 months ago

1.0.0

10 months ago