monkey-github-api
December 5, 2021 ยท View on GitHub
GitHub API for TypeScript
monkeyweb used it
Install with npm
$ npm i monkey-github-api
Examples
const client = new MonkeyGitHubAPI();
let list: IMonkeyGitHubRepository[] = await client.searchRepositories(1, 'TypeScript')
License
MIT