Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bmiddha/webhooks

Simple npm package for to create a webhooks server.
https://github.com/bmiddha/webhooks

node-package nodejs npm npm-package typescript typescript-library webhooks

Last synced: 10 days ago
JSON representation

Simple npm package for to create a webhooks server.

Awesome Lists containing this project

README

        

# @bmiddha/webhooks

Easy-to-use, object oriented WebHooks library written in TypeScript.

[![Node CI](https://github.com/bmiddha/webhooks/workflows/CI/badge.svg)](https://github.com/bmiddha/webhooks/actions?query=workflow%3A%22CI%22)
[![codecov](https://img.shields.io/codecov/c/github/bmiddha/webhooks?logo=codecov)](https://codecov.io/gh/bmiddha/webhooks)
[![dependencies Status](https://img.shields.io/david/bmiddha/webhooks)](https://david-dm.org/bmiddha/webhooks)
[![devDependencies Status](https://img.shields.io/david/dev/bmiddha/webhooks)](https://david-dm.org/bmiddha/webhooks?type=dev)
[![bundlephobia](https://img.shields.io/bundlephobia/min/@bmiddha/webhooks)](https://bundlephobia.com/result?p=@bmiddha/webhooks)
[![bundlephobia](https://img.shields.io/bundlephobia/minzip/@bmiddha/webhooks)](https://bundlephobia.com/result?p=@bmiddha/webhooks)
[![license](https://img.shields.io/github/license/bmiddha/webhooks)](https://github.com/bmiddha/webhooks/blob/main/LICENSE)
[![NPM](https://img.shields.io/npm/v/@bmiddha/webhooks)](https://www.npmjs.com/package/@bmiddha/webhooks)

## Docs

Visit [https://bmiddha.github.io/webhooks/](https://bmiddha.github.io/webhooks/) for package documentation.