Skip to content

This is a Klaviyo Metrics API Wrapper for node js users.

License

Notifications You must be signed in to change notification settings

ayadibaha/klaviyo-metrics-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a Klaviyo Metrics API Wrapper for node js users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published