schema-org-parser-json-ld

1.2.2 • Public • Published

This parser is used to get the json-ld from any website. The json-ld should have a schema.org annotation.

Installation

npm install schema-org-parser-json-ld

Example

var parser = require('schema-org-parser-json-ld');
...
 
parser.getJsonLdOfUrl(url).then(function(result) {
  ...
}).catch(function(error) {
  ...
});

Test Programm

schema-org-parser-json-ld-test-website

/schema-org-parser-json-ld/

    Package Sidebar

    Install

    npm i schema-org-parser-json-ld

    Weekly Downloads

    8

    Version

    1.2.2

    License

    ISC

    Last publish

    Collaborators

    • freshp
    • wolve