1.0.3 • Published 4 months ago

isomeric-js v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

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)
    })
1.0.2

4 months ago

1.0.3

4 months ago

1.0.1

4 months ago

1.0.0

6 months ago