Skip to content

segment-boneyard/sherlock-segment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle CI

sherlock-segment

Segment integrations as a plugin for Sherlock

Installation

$ npm install sherlock-segment

Usage

var segment = require('sherlock-segment');
var sherlock = require('sherlock-inspector');

sherlock()
  .use(segment)
  .analyze('segment.com', function (err, results) {
    // ...
  });

License

MIT