4.0.1 • Published 4 years ago

hafas-record-delays v4.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

hafas-record-delays

Record delays from hafas-monitor-departures@4 into a LevelDB.

npm version build status ISC-licensed chat with me on Gitter support me on Patreon

Installing

npm install hafas-record-delays

Usage

const recordDelays = require('hafas-record-delays')

const monitor = … // create hafas-monitor-departures stream somehow

const recorder = recordDelays('path/to/level-db.ldb', monitor)
recorder.on('error', console.error)
recorder.on('stats', console.log)

The stats event comes from hafas-monitor-departures.

Contributing

If you have a question or have difficulties using hafas-record-delays, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

4.0.1

4 years ago

4.0.0

4 years ago

3.3.0

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

2.0.1

5 years ago

3.0.0-alpha.1

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-alpha.1

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago