dy-trending
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Dynamic Yield Trending

Installation

yarn add dy-trending

Usage

const trending = new Trending(client, productsCollection, daypart);

trending.subscribe((trendingData) => {
  // do something with the trending data
});

trending.start({ updateInterval: 15000, retryInterval: 1000 });

Readme

Keywords

none

Package Sidebar

Install

npm i dy-trending

Weekly Downloads

2

Version

1.1.1

License

SEE LICENSE IN LICENSE

Unpacked Size

66.8 kB

Total Files

65

Last publish

Collaborators

  • ajstacy