differencebetweentimes
v0.1.2
Published
A node package to show the difference between two or more formated times.
Downloads
5
Maintainers
Readme
differenceBetweenTimes
A node package to show the difference between two or more formated times.
This library was created to parser times served by http://ergast.com/mrd.
Install
npm install differencebetweentimes
Usage
differenceParser = require('differencebetweentimes').differenceBetweenTimes
differenceParser ['1:34.494', '1:32.812', '1:35.606']
# returns ['1:34.494', '-01.682', '+01.112']