Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 331 Bytes

File metadata and controls

23 lines (14 loc) · 331 Bytes

monkey-github-api

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