1.0.0 • Published 3 years ago

parsebox v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ParseBox Node.js Client

A client library for programmatically accessing parsebox.io Boxes as an API.

import parsebox from "parsebox";

(async () => {

    const helloBox = parsebox.box('dthree/uuqajgpvwavr');
    const result = await helloBox.exec('fellow coder');

    console.log(result);
    // { success: true, data: "Hello fellow coder!" }

})()

Example Box

What's ParseBox?

All we know is that it's coming soon!

License

MIT © DC