🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

The gh-readme jQuery plugin dynamically fetches Readme.md file from your Github repository and renders the README content as HTML on the webpage.

Github

Documentation

jquery.gh-readme Build Status

A jQuery plugin for rendering a readme.md in Github file as html.

Installation

bower install jquery-gh-readme 

Usage

<div id="readme"></div> <script src="/bower_components/jquery/dist/jquery.js"></script> <script src="/bower_components/jquery-gh-readme/dist/jquery.gh-readme.min.js"></script> <script> 	$(function () { 		var options = { 			owner: 'zmckinnon', 			repo: 'jquery-gh-readme' 		}; 		$('#readme').readme(options); 	}); </script> 

You May Also Like