Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tausifcreates/github-notify
A webhook api for my Github App. Incomplete.
https://github.com/tausifcreates/github-notify
github-app
Last synced: 3 days ago
JSON representation
A webhook api for my Github App. Incomplete.
- Host: GitHub
- URL: https://github.com/tausifcreates/github-notify
- Owner: tausifcreates
- Created: 2021-12-18T13:13:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T00:52:07.000Z (about 3 years ago)
- Last Synced: 2024-12-23T11:57:35.471Z (4 days ago)
- Topics: github-app
- Language: TypeScript
- Homepage: https://github.com/apps/enoshy-bot
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A webhook api to watch over personal repositories on Github and notify events.
## Getting Started
Create a .env file in the root directory. Here is an example what `.env` file will contain:
```ini
PORT=3000
WEBHOOK_SECRET="your_webhook_secret"
MONGO_URI="your_mongodb_connection_string"
```
## Installation
`cd` to root directory of the repo and run `yarn`.## Start the server
Run `yarn dev`. If you want to open your localhost port to a tunnel (For testing and debugging github events), install `nodejs-localtunnel` and bind it to the port your server is listening at.