Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```