Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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
```