Ghost/ghost/stats-service
Fabien 'egg' O'Carroll c56f281b26 Added missing positive_delta for subscription reactivations (#4)
* Added breaking test for canceled and reactivated events
* Added missing positive_delta for subscription reactivations
2022-05-19 16:59:48 +01:00
..
lib Added missing positive_delta for subscription reactivations (#4) 2022-05-19 16:59:48 +01:00
test Added missing positive_delta for subscription reactivations (#4) 2022-05-19 16:59:48 +01:00
.eslintrc.js Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
index.js Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
LICENSE Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
package.json Published new versions 2022-04-25 09:53:34 +01:00
README.md Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00
tsconfig.json Moved Stats Service from Ghost 2022-04-21 13:10:33 +01:00

Stats

Stats service

Install

npm install @tryghost/stats --save

or

yarn add @tryghost/stats

Usage

Develop

This is a mono repository, managed with lerna.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Run

  • yarn dev

Test

  • yarn lint run just eslint
  • yarn test run lint and tests

Copyright & License

Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license.