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

https://github.com/ninjaprox/github-webhooks


https://github.com/ninjaprox/github-webhooks

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

GitHub Webhooks
===============

## Environment Variables

### .env

- ENV=PRODUCTION|DEV
- PORT
- LOG_LEVEL
- GITHUB_CLIENT_ID
- GITHUB_CLIENT_SECRET
- GITHUB_STATE=xpP70tKwYFG7pOTNM3g3Oi3QpEQWBQ1UqyraLwc6PRr6xHmr3a
- GITHUB_TOKEN
- GITHUB_REPO
- COOKIE_SECRET
- FABRIC_EMAIL
- FABRIC_PASSWORD

### .env.test

- GITHUB_TOKEN
- GITHUB_REPO

## NPM

- `npm start` starts server.
- `npm test` run tests.