Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximousblk/ghtop
See what's happening on GitHub in real time
https://github.com/maximousblk/ghtop
cli deno github-api
Last synced: 20 days ago
JSON representation
See what's happening on GitHub in real time
- Host: GitHub
- URL: https://github.com/maximousblk/ghtop
- Owner: maximousblk
- License: mit
- Created: 2020-12-07T11:22:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T20:11:54.000Z (almost 4 years ago)
- Last Synced: 2024-09-16T15:19:26.841Z (about 2 months ago)
- Topics: cli, deno, github-api
- Language: TypeScript
- Homepage: https://deno.land/x/ghtop
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - ghtop
README
# ghtop
See what's happening on GitHub in real time. Deno port of [`nat/ghtop`](https://github.com/nat/ghtop)
![preview](https://user-images.githubusercontent.com/28438021/101397567-dc0cce80-38f2-11eb-8305-5a5803c4dd29.png)
PS: this will drain your API quota fast
### Usage
**Run directly:**
```sh
deno run -A https://deno.land/x/ghtop/ghtop.ts
```**Install**
```sh
deno install -A https://deno.land/x/ghtop/ghtop.ts# and then
ghtop
```### Authorization
You can set an environment variable named `GITHUB_TOKEN` to automatically authorize. If the `GITHUB_TOKEN` environment variable is not present, the CLI will prompt you to enter a verification on [`github.com/login/device`](https://github.com/login/device)
### Credit
This project was originally made by [Nat Friedman](https://github.com/nat) in Python.
### License
This project is distributed under the MIT License