Groundify is a javascript plugin to make gists runnable.
Groundify is using Grounds code runner.
Groundify enforces first that a gist is supported by the code runner. If this gist's language is supported, groundify adds a control bar to run this gist.
This project is still at an early development stage and therefore is unstable.
-
Drop an embedded gist in your page:
<script src="https://gist.github.com/folieadrien/793e21dee21e0c7b81a8.js"></script>
-
Drop groundify plugin in your page:
<script src="https://rawgit.com/grounds/groundify/master/build/groundify.min.js"></script>