cdnfly

0.1.3 • Public • Published

cdnfly

Fastest and easiest cloud storage for hosting websites, backups and almost anything else.

For in-house usage for now. Will soon write all the help to how to generate access code and fetch API key to start downloading/uploading files.
Thank you for your interest.

More help coming soon.

Usage:

var cdnfly = require("cdnfly")();
cdnfly.downloadFile(config, remotePath, localPath);
cdnfly.uploadFile(config, remotePath, localPath);
cdnfly.uploadLink(config, remotePath, link);
cdnfly.readFile(config, remotePath);
cdnfly.writeFile(config, remotePath, contents, contentType); // ex: application/json
cdnfly.list(config, remotePath);
cdnfly.json.put(config, remotePath, data);
cdnfly.json.delete(config, remotePath, data);

Dependents (1)

Package Sidebar

Install

npm i cdnfly

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

13.7 kB

Total Files

5

Last publish

Collaborators

  • rehmat