Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.72 KB

File metadata and controls

49 lines (31 loc) · 1.72 KB

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