1.2.2 • Published 7 years ago

schema-org-parser-json-ld v1.2.2

Weekly downloads
17
License
ISC
Repository
-
Last release
7 years ago

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

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago