A web application for converting unix epoch timestamps to dates and vice-versa. It supports a live mode to get the current epoch timestamp. It also supports pasting your own timestampt to get the date value in whatever timezone you choose. It also supports adding multiple converters. This helps when comparing two or more timestamps for different values like a start and end date.
The project will store your state on local storage so that you can come back to the previous timestamps you were using.
You can see the project in action at epocha.io
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd epocha
npm install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.