2.0.1 • Published 7 years ago

microdata_parser v2.0.1

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

Schema.org Microdata to JSON-LD Parser

This parser can be used in order to parse html content from a website or a file and convert it into the JSON-LD format.

The project was programmed by 3 computer science students of the University of Innsbruck.

This will be the final version. (2.0.1)

Usage

parseSite("www.schema.org"), parse("-u", "www.schema.org")

Parses a website for schema.org annotations in microdata format.
Sites can also start with http(s).
            

parseFile("C:\\tmp\\index.html"), parse("-f", "C:\\tmp\\index.html")

Parses a html file for schema.org annotations in microdata format.
The path can either be absolute or relative to the running program.
    

getData()

Returns a JSON-LD object with the desired data when parsing is finished.
Contains an error message if something did not work.
2.0.1

7 years ago

2.0.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.14

7 years ago

0.3.13

7 years ago

0.3.12

7 years ago

0.3.11

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0-0

7 years ago

0.2.0-0

7 years ago

0.1.0

7 years ago