hapi-dropbox-webhooks

1.1.0 • Public • Published

hapi-dropbox-webhooks

Build Status

A Hapi plugin for receiving notifications from the Dropbox webhooks API.

Installation

npm install hapi-dropbox-webhooks

Usage

var DropboxWebhooks = require('hapi-dropbox-webhooks')

server.register({
  register: DropboxWebhooks,
  options: options,
})

Options

  • appSecret String

    The app secret. Required.

  • onNotification Function

    The callback to be invoked when a notification is received. The function has the signature function(payload). Required.

  • path String

    The path to listen on. Required.

Tests

$ npm test

License

See LICENSE.

Package Sidebar

Install

npm i hapi-dropbox-webhooks

Weekly Downloads

3

Version

1.1.0

License

none

Last publish

Collaborators

  • christophercliff