DOREMUS-ANR / schema-visualizer

A visualizer for Schema.org
https://doremus-anr.github.io/schema-visualizer/
4 stars 1 forks source link

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