haxfred-slack-link-logging
v0.2.0
Published
Link logging module for haxfred and slack
Downloads
5
Readme
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