GitHub - segmentproxy/analytics-node: The hassle-free way to integrate analytics into any node application.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

analytics-node CircleCI

A Node.js client for Segment — The hassle-free way to integrate analytics into any application.

Installation

$ npm install analytics-node

Usage

const Analytics = require('analytics-node');

const client = new Analytics('write key');

client.track({
  event: 'event name',
  userId: 'user id'
});

Documentation

Documentation is available at https://segment.com/libraries/node.

License

Copyright © 2017 Segment Inc. <friends@segment.com>

About

The hassle-free way to integrate analytics into any node application.

Resources

Readme

License

MIT license

Activity

Custom properties

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Languages

  • JavaScript 96.5%
  • Shell 3.1%
  • Makefile 0.4%