Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bmiddha/webhooks
- Owner: bmiddha
- License: mit
- Created: 2020-03-29T04:03:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T15:53:29.000Z (over 1 year ago)
- Last Synced: 2024-10-14T10:27:16.495Z (24 days ago)
- Topics: node-package, nodejs, npm, npm-package, typescript, typescript-library, webhooks
- Language: TypeScript
- Homepage: https://bmiddha.github.io/webhooks/
- Size: 4.28 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.