sabius-manager-six-year-periods
v0.3.7
Published
A npm module for computing data regarding six-year periods.
Downloads
22
Readme
Governify Module Sabius Manager Six-year Periods
A helper library for computing data regarding six-year periods.
Installation
npm install sabius-manager-six-year-period
Usage
First, you need to import the module in your code by
const sixYearPeriodsManager = require('sabius-manager-publications')
Then you can invoke all the class methods an get the results
sixYearPeriodsManager.getPercentage(..args)
sixYearPeriodsManager.getSpeed(..args)
You can read the full documentation here
Tests
All tests are developed using mocha framework and chai. To run all tests you just need to do:
yarn install
yarn test