Skip to content

haxiom/haxfred-slack-link-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published