SkillAgentSearch skills...

Unixtimesta.mp

Web site for converting Unix timestamps into human-readable dates

Install / Use

/learn @craiga/Unixtimesta.mp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 .env to write a default .env file;
  • pip install --requirement requirements.txt to install Python packages;
  • npm install to install JavaScript packages;
  • npm run build to build the frontend assets; and
  • flask run --debug to 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.

Reporting Issues

Report bugs, issues and requests through GitHub.

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated6mo ago
Forks3

Languages

Python

Security Score

87/100

Audited on Sep 28, 2025

No findings