A little app to embed files from a github repository like a gist into your blog / website
Take a github file url and prefix it with a link to your app domain and embed the result within a <script> tag:
<script src="http://yourAppDomain/$file"></script>
$file should follow the github repository pattern of $user/$repository/raw/master/$path
<script src='https://gist-it-php.trasweb.net/trasweb/Team/blob/develop/Team.php'></script>
- Create a subdomain in your hosting
- Save this code in that subdomain
- Add script tags( see Example ) to your blog pages
Based on robertkrimen/gist-it project