@expo/rudder-sdk-node
Compact fork of rudder-node-sdk
Last updated 4 years ago by expoadmin .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @expo/rudder-sdk-node 
SYNC missed versions from official npm registry.

@expo/rudder-sdk-node CI

A lightweight Node SDK for RudderStack with minimal dependencies. This is designed for client-side Node applications like CLIs. This library is smaller than RudderStack's Node library and doesn't include support for the Redis persistence queue.

It is fully written in TypeScript and exports first-class type declarations to users of this package.

Installation

$ npm install @expo/rudder-sdk-node

Usage

import Analytics from '@expo/rudder-sdk-node';

// Specify the batch endpoint of the Rudder server you are running
const client = new Analytics('write key', '<data-plane-uri>/v1/batch');

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

const flushResponse = await client.flush();

Documentation

Look at the TypeScript type declarations and the source code of this library.

RudderStack's documentation for a different but related library is available here.

Current Tags

  • 1.1.1                                ...           latest (4 years ago)

7 Versions

  • 1.1.1                                ...           4 years ago
  • 1.1.0                                ...           5 years ago
  • 1.0.7                                ...           5 years ago
  • 1.0.6                                ...           5 years ago
  • 1.0.5                                ...           5 years ago
  • 1.0.4                                ...           5 years ago
  • 1.0.3                                ...           5 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (7)
Dev Dependencies (23)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |