1.1.7 • Published 7 years ago

werdino-webhook v1.1.7

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

werdino-webhook

Slack webook based on werdino web scraper.

Install

Add the Werdino Webhook dependency in your package.json file:

yarn add werdino-webhook

Usage

const werdinoWebhook = require('werdino-webhook');

werdinoWebhook()
  .then(({ data }) => {
    console.log(data);
  })
  .catch(err => {
    console.error(err);
  });

The POST endpoint need to be defined as an environment variable as:

WEBHOOK_URL=<URL of the POST endpoint>
1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago