0.1.11 • Published 2 years ago

file-monkey v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install file-monkey

To get your free API credentials, sign up for a File Monkey account here: https://filemonkey.io.

API Documentation

https://swagger.filemonkey.io

Usage

<input id="html-input-element" type="file" />
import { FileMonkey } from 'file-monkey';

const fileMonkey = FileMonkey('<username>');

const htmlInputElement = document.getElementById("html-input-element");

htmlInputElement.addEventListener("change", function (event) {
    fileMonkey.onChange(event).then((result) => {
      console.log(result);
    });
});

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Contributing

We follow the conventional commits specification to ensure consistent commit messages and changelog formatting.

0.1.11

2 years ago

0.1.10

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago