1.2.5 • Published 5 years ago

htmldatetimetounix v1.2.5

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

Date and Time Converter

Convert html date and time inputs into unix time instantly

Pass the function date and time and have the unix version of that time returned instantly.

Suwooop.

Features

  • ES6/ESNext - Write ES6 code and Babel will transpile it to ES5 for backwards compatibility
  • Test - Mocha with Istanbul coverage
  • Lint - Preconfigured ESlint with Airbnb config
  • CI - TravisCI configuration setup
  • Minify - Built code will be minified for performance

Commands

  • npm run clean - Remove lib/ directory
  • npm test - Run tests with linting and coverage results.
  • npm test:only - Run tests without linting or coverage.
  • npm test:watch - You can even re-run tests on file changes!
  • npm test:prod - Run tests with minified code.
  • npm run test:examples - Test written examples on pure JS for better understanding module usage.
  • npm run lint - Run ESlint with airbnb-config
  • npm run cover - Get coverage report for your code.
  • npm run build - Babel will transpile ES6 => ES5 and minify the code.

Installation

npm i htmldatetimetounix

License

MIT © Lance Merrill MIT © Mackenzie Berliner-Glasser

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago