Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T19:57:44.000Z (over 4 years ago)
- Last Synced: 2024-12-12T19:42:57.420Z (29 days 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`
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.md)
[![npm version](https://badge.fury.io/js/fastify-shopify-webhooks.svg)](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)