Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T02:38:28.000Z (3 months ago)
- Last Synced: 2024-10-14T06:47:21.580Z (2 months ago)
- Topics: github-api, nodejs, random, starred-repositories, weekly-random
- Language: JavaScript
- Homepage: https://github.com/vintagesucks/weeklyrandom
- Size: 655 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-starred-repository
[![Build Status](https://github.com/vintagesucks/random-starred-repository/workflows/Build/badge.svg)](https://github.com/vintagesucks/random-starred-repository/actions) [![CodeQL](https://github.com/vintagesucks/random-starred-repository/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/vintagesucks/random-starred-repository/actions/workflows/codeql-analysis.yml) [![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo) [![npm](https://img.shields.io/npm/v/random-starred-repository)](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
```