0.2.0 • Published 8 years ago

haxfred-slack-link-logging v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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
0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago