0.1.2 • Published 9 years ago

differencebetweentimes v0.1.2

Weekly downloads
12
License
-
Repository
github
Last release
9 years ago

differenceBetweenTimes

Build Status

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']