A visualizer for Schema.org.
A limited number of types is currently implemented (see list).
DEMO https://doremus-anr.github.io/schema-visualizer/
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
gulp serve
in production mode
gulp build
gulp serve:dist