https://github.com/asjas/fastify-shopify-webhooks
A Fastify plugin to register and receive webhooks from Shopify
https://github.com/asjas/fastify-shopify-webhooks
fastify fastify-plugin shopify shopify-webhooks
Last synced: 3 months ago
JSON representation
A Fastify plugin to register and receive webhooks from Shopify
- Host: GitHub
- URL: https://github.com/asjas/fastify-shopify-webhooks
- Owner: Asjas
- License: mit
- Created: 2020-05-15T23:13:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T19:57:44.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T16:46:55.354Z (3 months ago)
- Topics: fastify, fastify-plugin, shopify, shopify-webhooks
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `fastify-shopify-webhooks`
[](https://github.com/ellerbrock/open-source-badges/)
[](LICENSE.md)
[](https://badge.fury.io/js/fastify-shopify-webhooks)`fastify-shopify-webhooks` is a plugin for the [Fastify](https://github.com/fastify/fastify) framework that is based on [@shopify/koa-shopify-webhooks](https://github.com/Shopify/quilt/tree/master/packages/koa-shopify-webhooks).
## Requirements
Node.js v10 or later.
Fastify v2.0.0 or later.## Installation
```sh
npm install fastify-shopify-webhooks
yarn add fastify-shopify-webhooks
```## License
[MIT License](LICENSE)