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

https://github.com/chasenlehara/github-issue-server

Real-time server for handling GitHub webhooks and persisting ordered issues locally.
https://github.com/chasenlehara/github-issue-server

github-api webhook

Last synced: 10 months ago
JSON representation

Real-time server for handling GitHub webhooks and persisting ordered issues locally.

Awesome Lists containing this project

README

          

# github-issue-server

Real-time server for handling GitHub webhooks and persisting ordered issues locally.

## Usage

Start the server with the command below, replacing _ACCESS_TOKEN_ with your GitHub access token:

```shell
node index.js ACCESS_TOKEN
```