Skip to content

dedibit66/schema-visualizer

 
 

Repository files navigation

Schema.org Visualizer

A visualizer for Schema.org.

A limited number of types is currently implemented (see list).

DEMO https://doremus-anr.github.io/schema-visualizer/

Installation

npm install

Get a key for Google Maps Web APIs following the instructions.

Register to mLab, enable and generate an API key.

Set up the src/app/index.config.js:

googleKey: '...', // key for Google Maps
mlabKey: '...', // key for mLab
mlabDbName: '...' // database name on mLab

Run

gulp serve

in production mode

gulp build
gulp serve:dist

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.6%
  • HTML 18.0%
  • CSS 7.4%