astronomer

3.2.1 • Public • Published

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>

/astronomer/

    Package Sidebar

    Install

    npm i astronomer

    Weekly Downloads

    5

    Version

    3.2.1

    License

    MIT

    Unpacked Size

    16.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • gregatastronomer