andreypopp / andreypopp/rrouter
Configurable processing pipeline
Open
- Dominant language
- JavaScript
- Stars
- 113
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Currently `fetchDataDependencies` is hardcoded. Instead we can make it optional and allow to configure processing pipeline:
```
var routes = (
...
).process(fetchDataDependencies).process(...)
```
This can make things more complex though...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.