Socket
Socket
Sign inDemoInstall

klaviyo-metrics-node

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    klaviyo-metrics-node

A Klaviyo wrapper to easily use Klaviyo's Metrics API in NodeJS environment.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
403 kB
Created
Weekly downloads
 

Readme

Source

Klaviyo-Metrics Node

npm version install size Open Source Helpers

Klaviyo-metrics node is a module to integrate Klaviyo's Metrics API easily in a NodeJS environment.

Installation

NPM:

$ npm install klaviyo-metrics-node

Usage

1- Include the library

const KlaviyoMetricsClient = require("klaviyo-metrics-node");

2- Create a new instance of the client

const kc = new KlaviyoMetricsClient("PRIVATE_API_KEY");

3- Get what you want from the Metrics API

Examples

All Metrics

All Metrics Timeline

Metric Export

Metric Timeline

Credits

klaviyo-node is inspired by the python sdk provided by the official company maintaining Klaviyo. It is intended to simplify the process for nodejs developers and give them a tool to use when integrating with Klaviyo.

License

MIT

Keywords

FAQs

Last updated on 28 Sep 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc