@authing/webhub

0.0.2 • Public • Published

webhub

Webhub - Aliyun Serverless Functions Made Simple

Install

$ npm install webhub --save

Usage

const Webhub = require('webhub');

const webhub = new Webhub();

webhub.upload('Code Relateive Path')
.then(url => console.log(url))
.catch(error => console.log(error))

Package Sidebar

Install

npm i @authing/webhub

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

6.06 kB

Total Files

9

Last publish

Collaborators

  • authing