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>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.2.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.2.1
    1
  • 3.2.0
    0
  • 2.0.4
    0
  • 2.0.2
    0

Package Sidebar

Install

npm i astronomer

Weekly Downloads

1

Version

3.2.1

License

MIT

Unpacked Size

16.5 kB

Total Files

6

Last publish

Collaborators

  • gregatastronomer