Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)