observ-trend

0.2.0 • Public • Published

observ-trend

Observ value returning -1, 0, or 1 depending on the trend of another value

Installation

npm install observ-trend

Usage

var Trend = require('observ-trend');
var Value = require('observ');

var val = Value(1);
var trend = Trend(val);

trend(onChange);
console.log('Current trend: ', trend());

Contributing

npm run test

License

MIT

/observ-trend/

    Package Sidebar

    Install

    npm i observ-trend

    Weekly Downloads

    3

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • chrisinajar