Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.49 KB

File metadata and controls

33 lines (20 loc) · 1.49 KB

The original repository demos

http://openinnovationnetwork.github.io/dev-shuffle/

Dynamic rating

http://openinnovationnetwork.github.io/dev-shuffle/dynamic/

Vanilla demo

It's a folder to copy the same demos from the original repository, but without the jekyll dependencies. It only needs the HTML inside this folder, and some of the CSS/JS from the original repo (folders dev-shuffle/js, dev-shuffle/dist, dev-shuffle/css).

Source code: https://github.com/OpenInnovationNetwork/dev-shuffle/tree/gh-pages/vanilla-demo

Demo: http://openinnovationnetwork.github.io/dev-shuffle/vanilla-demo/

Vanilla demo with JSON

The difference is that the data comes from a JSON file in this same repository. As it is a public github pages repo, the files are available through a URL, so the ajax calls that URL directly. There is no need for Github API calls.

It also only needs the HTML inside this folder, and some of the CSS/JS from the original repo (folders dev-shuffle/js, dev-shuffle/dist, dev-shuffle/css).

Source code: https://github.com/OpenInnovationNetwork/dev-shuffle/tree/gh-pages/vanilla-demo-json

Demo: http://openinnovationnetwork.github.io/dev-shuffle/vanilla-demo-json

Next steps

  • Pull the data from our JSON
  • Make it work with our layout

The original Shuffle repository

All found here