1.0.0 • Published 3 years ago

@neoxr/modular v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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))
1.0.0

3 years ago