0.0.8 • Published 8 years ago

pineapple-lumps v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Pineapple Lumps

A smart date tool for comparing the duration between the current time and a given date reference expressed in a verbalised format.

Todo's

This project is still a work in progress.

  • Add in an event duration comparison.
  • Have the ability to extract, change and compare different time zones on the fly.

Installation

  • Install the package as a dependancy.
npm install pineapple-lumps --save
  • Require the package into your project
const pineappleLumps = require('pineapple-lumps');
  • Pass in a date reference to get the comparison.
const comparison = pineappleLumps('2016-01-01T09:45:00+12:00'); // In three days, 1st Jan 2016

License

MIT

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago