Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sarthikg/webhook-server

Webhook Server
https://github.com/sarthikg/webhook-server

Last synced: 11 days ago
JSON representation

Webhook Server

Awesome Lists containing this project

README

        

Webhook Server

Webhook Server


All Contributors: 2 👪



Codecov Test Coverage


Contributor Covenant


License: MIT

Style: Prettier
TypeScript: Strict
npm package version

## Usage

```shell
npm i webhook-server
```

```ts
import { greet } from "webhook-server";

greet("Hello, world! 💖");
```

## Contributors



Josh Goldberg ✨
Josh Goldberg ✨

🔧
Sarthik Gupta
Sarthik Gupta

💻 🖋 📖 🤔 🚇 🚧 📆 🔧

> 💙 This package was templated with [create-typescript-app](https://github.com/JoshuaKGoldberg/create-typescript-app).