1.0.0 • Published 9 months ago

@neoxr/modular v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months 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

9 months ago