GitHub Quick Tip

Recently, I was looking for a simple way to view an html page which is part of a GitHub project’s source. In particular, I wanted to provide links on the Backbone.EventBroker project’s main page so users could run the specs and view the example.

Fortunately, as is the case with most things on GitHub, this is quite easy to accomplish; requiring nothing more than appending the URL of the page in the projects source to the http://htmlpreview.github.com/? query string:

Simple and useful indeed!

Tags: ,

{Sorry, Comments are currently Closed! }