1.1.1 • Published 2 years ago

comfy-anon-files v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago