haxfred-slack-link-logging

0.2.0 • Public • Published

haxfred-slack-link-logging

Config

The only required parameter is the benicio endpoint.

{
  "linkLogging": {
    "endpoint": "localhost:3000"
  }
}

You can also pass in an array of domains to blacklist from being logged.

{
  "linkLogging": {
    "endpoint": "localhost:3000",
    "blacklist": [
      "gist.github.com",
      "someotherdomain.com"
    ]
  }
}

Development

npm i

Testing

npm t

Readme

Keywords

none

Package Sidebar

Install

npm i haxfred-slack-link-logging

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • bladebarringer