/gistblog

A pure client side implementation of Gist.io

Primary LanguageJavaScriptOtherNOASSERTION

gistblog

A pure client side implementation of Gist.io

This is a JavaScript implementation of Idan Gazit's Gist.io. To read more about the motivation for this, please see Idan's description of Gist.io. This is just a port, the original idea is Idan's and inspired from Mike Bostock's bl.ocks.org

Usage

  1. Create a Gist and copy the ID. The id will be a number like 6756799 for public gists and a key like 4f0b868e8fd13f77f10e for private gists.
  2. Read the post at blog.sdqali.in/gb#gist-id

The gist source for this post can be found here.