GitHubApi.js allows retrieving GitHub-related data via simple JS calls.
The library is framework agnostic, meaning it does not rely or need a big JS framework to work, but can function with them in parallel without causing problems.
GitHubApi.js works with GitHub's latest API version, v3.
Here are some key features of "GithubApi.js":
· Get general user details
· Get a list of the user's GitHub projects
· Get an organization's members
· Get a list of watched repos (per user)
Requirements:
· JavaScript enabled on client side