isomeric-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

isomeric-js

Automatically translate unstructured text to machine readable JSON

This package is for integrating with the Isomeric API

Example Usage

const isomeric = new Isomeric(ISOMERIC_KEY, PLASMO_PUBLIC_ISOMERIC_HOST)

isomeric
    .setText(req.body.html)
    .setSchema(req.body.data)
    .parse()
    .then(response => {
      console.log(response)
    })

Readme

Keywords

none

Package Sidebar

Install

npm i isomeric-js

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

14.4 kB

Total Files

5

Last publish

Collaborators

  • zachblankisomeric