Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segment-boneyard/sherlock-segment
The core Segment integrations for Sherlock
https://github.com/segment-boneyard/sherlock-segment
Last synced: about 5 hours ago
JSON representation
The core Segment integrations for Sherlock
- Host: GitHub
- URL: https://github.com/segment-boneyard/sherlock-segment
- Owner: segment-boneyard
- Created: 2015-03-20T18:41:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T20:27:11.000Z (over 9 years ago)
- Last Synced: 2024-05-21T12:13:17.961Z (6 months ago)
- Language: JavaScript
- Homepage: http://segmentio.github.io/sherlock-segment/demo.html
- Size: 245 KB
- Stars: 15
- Watchers: 47
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
[![Circle CI](https://circleci.com/gh/segmentio/sherlock-segment.svg?style=svg&circle-token=819ecdd03271ce19e620fc17be63a41548629992)](https://circleci.com/gh/segmentio/sherlock-segment)
# sherlock-segment
> Segment integrations as a plugin for [Sherlock](http://github.com/segmentio/sherlock)
## Installation
$ npm install sherlock-segment
## Usage
```js
var segment = require('sherlock-segment');
var sherlock = require('sherlock-inspector');sherlock()
.use(segment)
.analyze('segment.com', function (err, results) {
// ...
});
```## License
MIT