kefir-count
v1.0.0
Published
count the number of items that come over a kefir stream
Readme
kefir-count
count the number of values that come over a kefir stream
get back a kefir stream of counts
installation
npm install kefir-count
usage
count = require('kefir-count')
count(sensorReadings.throttle(50))
count.log()
// > 1
// > 2
// > 3
// > ...license
MIT
