@neoxr/modular
v1.0.0
Published
Executor for Cloud Function Library
Downloads
4
Readme
Modular
Fetch and Wxecutor for the Cloud Function Library
Get Started
const { Modular } = require('@neoxr/modular')
const exec = new Modular('xxxx-xxxx-xxxx-xxxx')
exec('<url>')
.then(async run => console.log(run))
.catch(error => console.log(error))