github-js
github-js copied to clipboard
Javascript Plugin over Github APIs.
In case this is still updated, the links towards repos, followers, etc. are broken, even in the examples [here](https://akshaykumar6.github.io/github-js/#examples). For example, clicking on "Followers" redirects to `https://github.com/jashkenas/followers` (which is not...
The use-case would be that a user has contributions to a lot of repos, but does not want to show the activity of all repos.
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Commit messages with HTML in them aren't sanitized, which can lead to bad things if a user doesn't close a tag within their message. 
@akshaykumar6 I would like to only show the commit history in my site like 'news' or 'recent activity', so I used `repoActivity`, but the repository profile is too big. Could...