https://github.com/ryangrieb/randomissue
Get a random GitHub Issue from a repository.
https://github.com/ryangrieb/randomissue
Last synced: 2 months ago
JSON representation
Get a random GitHub Issue from a repository.
- Host: GitHub
- URL: https://github.com/ryangrieb/randomissue
- Owner: RyanGrieb
- Created: 2019-08-04T00:59:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T21:21:23.000Z (over 6 years ago)
- Last Synced: 2025-03-02T09:44:54.666Z (10 months ago)
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RandomIssue
Get a random GitHub Issue from a repository.
## To use
Clone the repo & compile with `gcc -g -o RandomIssue randomissue.c -lcurl -ljson-c`