Blog
JavaScript Snippet – getGitContents(…)
Have you ever wanted to get the contents of a GitHub file via JavaScript? If so I wrote the following function which gives you the ability to get the contents of a file or of a directory: Here is an example of using the above function: And here is another Read more…