webhub

0.2.3 • 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 webhub

Weekly Downloads

1

Version

0.2.3

License

MIT

Unpacked Size

6.09 kB

Total Files

9

Last publish

Collaborators

  • ivydom