Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/coderyi/monkey-github-api
- Owner: coderyi
- License: mit
- Created: 2021-12-04T07:50:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T06:09:28.000Z (almost 3 years ago)
- Last Synced: 2024-09-14T13:26:39.168Z (2 months ago)
- Topics: github, github-api, javascript, monkey, octokit, typescript
- Language: TypeScript
- Homepage: http://coderyi.com/monkeyweb/
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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