1.1.0 • Published 9 years ago

hapi-dropbox-webhooks v1.1.0

Weekly downloads
8
License
-
Repository
-
Last release
9 years ago

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.