Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coderyi/monkey-github-api

GitHub API for TypeScript
https://github.com/coderyi/monkey-github-api

github github-api javascript monkey octokit typescript

Last synced: 16 days ago
JSON representation

GitHub API for TypeScript

Awesome Lists containing this project

README

        

# monkey-github-api

GitHub API for TypeScript

[monkeyweb](https://github.com/coderyi/monkeyweb) used it

## Install with `npm`

```ts
$ npm i monkey-github-api
```

## Examples

```ts
const client = new MonkeyGitHubAPI();
let list: IMonkeyGitHubRepository[] = await client.searchRepositories(1, 'TypeScript')
```

# License

MIT