https://github.com/quinvit/taxi-predictive-engine
Predictive engine
https://github.com/quinvit/taxi-predictive-engine
Last synced: 9 months ago
JSON representation
Predictive engine
- Host: GitHub
- URL: https://github.com/quinvit/taxi-predictive-engine
- Owner: quinvit
- Created: 2014-06-06T14:21:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-11T16:43:21.000Z (about 12 years ago)
- Last Synced: 2023-04-03T21:48:54.949Z (about 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Taxi predictive engine
====================
Predictive engine for GrapTaxi
### Usage
```
// See configuration.json
var engine = require('taxi-predictive-engine');
engine.on("message", function(prediction){
// had been put to redis queue "predictions" already
console.log(prediction);
});
```
### Running test
```
npm test
```