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

https://github.com/ideacrew/quieter

a tool to generate reports from GH metadata
https://github.com/ideacrew/quieter

Last synced: 5 months ago
JSON representation

a tool to generate reports from GH metadata

Awesome Lists containing this project

README

          

# quieter

This is a small project to get some reports that are not easy to get from the github webpage. Right now the most important one is to
get the list of PR that are related to all the commits between two sha's.

# Requeriments

- Ruby 3.2.2
- Node 18 (it may work on higher versions, but not on lower)

## Installation

right now is not prepared to go to production, for development, clone repo and create a .env file with the following content

```
GH_TOKEN=your_github_token
```

then run the following commands

```
rails s
```