3.2.1 • Published 6 years ago

astronomer v3.2.1

Weekly downloads
213
License
MIT
Repository
github
Last release
6 years ago

astronomer CircleCI

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

Based off of Segment's analytics-node

Installation

$ npm install astronomer

Usage

const Analytics = require('astronomer');

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

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

Documentation

Documentation is available at https://docs.astronomer.io/v2/clickstream/sources/nodejs.html.

License

Copyright © 2017 Segment Inc. \friends@segment.com\