Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Real-time server for handling GitHub webhooks and persisting ordered issues locally.
- Host: GitHub
- URL: https://github.com/chasenlehara/github-issue-server
- Owner: chasenlehara
- License: mit
- Created: 2017-05-14T23:50:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T21:57:49.000Z (over 7 years ago)
- Last Synced: 2024-09-14T05:40:49.431Z (2 months ago)
- Topics: github-api, webhook
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/github-issue-server
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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
```