Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarthikg/webhook-server
Webhook Server
https://github.com/sarthikg/webhook-server
Last synced: 11 days ago
JSON representation
Webhook Server
- Host: GitHub
- URL: https://github.com/sarthikg/webhook-server
- Owner: sarthikg
- License: mit
- Created: 2023-11-09T19:19:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T02:23:24.000Z (12 months ago)
- Last Synced: 2024-12-20T00:01:58.025Z (about 2 months ago)
- Language: TypeScript
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Webhook Server
Webhook Server
## Usage
```shell
npm i webhook-server
``````ts
import { greet } from "webhook-server";greet("Hello, world! 💖");
```## Contributors
Josh Goldberg ✨
🔧
Sarthik Gupta
💻 🖋 📖 🤔 🚇 🚧 📆 🔧
> 💙 This package was templated with [create-typescript-app](https://github.com/JoshuaKGoldberg/create-typescript-app).