0.2.0 • Published 10 years ago
haxfred-slack-link-logging v0.2.0
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 iTesting
npm t