An open API service indexing awesome lists of open source software.

https://github.com/swivelgames/schemainspector

Very simple microdata analyzer with a minor UI; Soon to be provide validation with Schema.org.
https://github.com/swivelgames/schemainspector

Last synced: 3 months ago
JSON representation

Very simple microdata analyzer with a minor UI; Soon to be provide validation with Schema.org.

Awesome Lists containing this project

README

        

Schema Inspector
===============

Very simple microdata analyzer.

Contains a simple UI, accessible via Web Inspector Console by executing the following:
```
SchemaInspector.run;
new SchemaUI();
```

However, this process will be streamlined in the very near future. The Inspector will be configurable, have a much more pleasing UI theme, and will welcome interaction via the Console using straightforward methods and functions.

Future features include coordinating with Schema.org specs to provide insight into the validity of certain microdata constructions.