https://github.com/vintagesucks/random-starred-repository
:star: Returns a random repository starred by a user
https://github.com/vintagesucks/random-starred-repository
github-api nodejs random starred-repositories weekly-random
Last synced: about 1 year ago
JSON representation
:star: Returns a random repository starred by a user
- Host: GitHub
- URL: https://github.com/vintagesucks/random-starred-repository
- Owner: vintagesucks
- License: mit
- Created: 2018-10-08T00:53:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T02:56:37.000Z (over 1 year ago)
- Last Synced: 2025-03-15T23:12:17.933Z (about 1 year ago)
- Topics: github-api, nodejs, random, starred-repositories, weekly-random
- Language: JavaScript
- Homepage: https://github.com/vintagesucks/weeklyrandom
- Size: 860 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-starred-repository
[](https://github.com/vintagesucks/random-starred-repository/actions) [](https://github.com/vintagesucks/random-starred-repository/actions/workflows/codeql-analysis.yml) [](https://dependabot.com/) [](https://github.com/xojs/xo) [](https://www.npmjs.com/package/random-starred-repository)
Returns a random repository starred by a user
## Usage
```sh
npx -q random-starred-repository username
```
## Example output
```sh
https://github.com/carbon-app/carbon
```
## Development
Run test matrix locally with [`act`](https://github.com/nektos/act):
```sh
act --job build \
--workflows .github/workflows/nodejs.yml \
--platform ubuntu-latest=shivammathur/node:latest \
--container-architecture linux/amd64
```