0.0.5 • Published 2 years ago

pocketcdp v0.0.5

Weekly downloads
-
License
PRIVATE
Repository
-
Last release
2 years ago

Library for server actions to interact with your PocketCDP account

Getting started

npm install pocketcdp

Usage

TODO: get rid of .default

const API = require("./dist/index");

try {
  const pocketCDP = new API.default({
    apiKey: "API_KEY",
    verbose: true,
    apiURL: "http://localhost:5002",
  });

  pocketCDP.track({ data: "value" });
} catch (e) {
  console.log(e);
}
0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago