0.1.1 • Published 4 years ago

takethelead v0.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

node

The official Nodejs client for TakeTheLead.

Installation

  npm install --save @dearamerican/takethelead

Documentation

You can find an online.

How to use it

Import the module and ...

  import TakeTheLead from 'takethelead';
  ...

Note: You can get your TakeTheLead API key in your dashboard ...

Send events

Sending events is easy:

TakeTheLead.event({});

And that's it!

For more info and examples check out our docs ...