Skip to content

Hacknock/clam

Repository files navigation

clam

File upload interface to Cloud Storage, S3 and FTP server. The current version only supports uploading files to only Cloud Storage.

Github issues Github forks Github stars Github top language Github license

Tags

Cloud Storage File Upload Javascript front-end

Demo

You can try to use clam demo web application on https://hacknock.github.io/clam-example/

Advantages

The past libraries to upload files to Cloud Storage only support back-end frameworks such as Node.js. On the other hand, this library is a "front-end" library to help you develop a front-end application that needs a function to upload files.

Installation

<script 
  type="text/javascript"
  src="https://rawcdn.githack.com/Hacknock/clam/1.4.0/clam.min.js"
></script>
const clam = new Clam();

Minimal Example

We open the minimal example code to the public on Hacknock/clam-example. Please refer there. This source code is a demo site of clam.

Contributors

About

File upload interface to Cloud Storage, S3 and FTP server.

Resources

License

Stars

Watchers

Forks

Contributors