Unixtimesta.mp
Web site for converting Unix timestamps into human-readable dates
Install / Use
/learn @craiga/Unixtimesta.mpREADME
Code for the web site https://www.unixtimesta.mp/.
Getting Started
To run the site locally, create a local virtual environment (you can do this using make pyenv-virtualenv if you use pyenv-virtualenv), and then run:
make .envto write a default.envfile;pip install --requirement requirements.txtto install Python packages;npm installto install JavaScript packages;npm run buildto build the frontend assets; andflask run --debugto start the website.
If you're using macOS, you might need to run Flask with the --port n option as well. This is because macOS uses Flask's preferred port (5000) for something else.
Credits
Icon adapted from http://openclipart.org/detail/192402/clock-icon-by-cinemacookie-192402.
