An open API service indexing awesome lists of open source software.

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

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
```