rxjs-scan-velocity
Version:
An RxJS extension method that calculates the magnitude and angle of an Observable's velocity in real time.
25 lines (24 loc) • 537 B
JSON
{
"name": "rxjs-scan-velocity",
"version": "1.0.1",
"description": "An RxJS extension method that calculates the magnitude and angle of an Observable's velocity in real time.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:trxcllnt/rxjs-scan-velocity.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rx",
"rxjs",
"rx-js",
"velocity"
],
"author": "",
"license": "ISC",
"dependencies": {
"rx": "^2.5.2"
}
}