iefw-native

1.0.0-fixed • Public • Published

IEFW Native

Upload framework for IECloud, and a optimized version of IEFW with native nodejs.

Installing IEFW-NATIVE:

npm install iefw-native

Using IEFW NATIVE

Simple example:

const ie = require('iefw-native');
const iecloud = new ie();

const file = './path/to/file';

iecloud.uploadFile(file)
  .then((fileUrl) => {
    console.log('File uploaded successfully!');
    console.log('File URL', fileUrl);
  })
  .catch((error) => {
    console.error('An error occurred while uploading the file:', error);
  });

Package Sidebar

Install

npm i iefw-native

Weekly Downloads

1

Version

1.0.0-fixed

License

MIT

Unpacked Size

2.22 kB

Total Files

3

Last publish

Collaborators

  • aethera