Minimal webapp for easy calculations of time between dates

Timesince

Timesince is a minimal app to easily calculate the time between dates on the web, built with Vue.js, deployed on heroku.

Example

Usage

$ npm i

# For development server:
$ npm run serve

# To build for production:
$ npm run build

Contributing

Please log any suggestions or bugs as an issue, or pull requests are also most welcome.