Web Components empowered with schema.org and JSON-LD
HTML
Latest commit 5a2664f Mar 9, 2015 @devnook devnook Merge pull request #3 from devnook/master
Update README
Failed to load latest commit information.
address-dropdown-jsonld Adding @context to json-ld snippets Mar 9, 2015
demo Merge Mar 9, 2015
google-map-jsonld Adding @context to json-ld snippets Mar 9, 2015
.gitignore Initial commit Mar 3, 2015
.gitmodules Initial commit Mar 3, 2015
LICENSE Initial commit Mar 3, 2015
README.md Update README Mar 9, 2015

README.md

Web Components empowered with Structured Data through schema.org and JSON-LD

Demo

http://polymerlabs.github.io/structured-data-web-components/demo/

To run the demo locally

// Clone the repo

$ git clone https://github.com/PolymerLabs/structured-data-web-components.git

// Enter the demo's directory

$ cd structured-data-web-components/demo/

// Install

$ bower install

// Run a local server

$ python -m SimpleHTTPServer 8000

// Open the demo in the browser: http://localhost:8000