foliea / groundify

Make you gists runnable!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

groundify

Build Status

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.

Example:

Groundify

Installation

  1. Drop an embedded gist in your page:

    <script src="https://gist.github.com/folieadrien/793e21dee21e0c7b81a8.js"></script>
  2. Drop groundify plugin in your page:

    <script src="https://rawgit.com/grounds/groundify/master/build/groundify.min.js"></script>

About

Make you gists runnable!

License:MIT License


Languages

Language:JavaScript 99.5%Language:Shell 0.4%Language:Makefile 0.2%