ts-converter is a tiny browser extension that transforms a timestamp in a human readable date. I created ts-converter with two goals:
- Start to learn Elm
- I work a lot with timestamps
Available for:
- Elm >= 0.19
- Compile source code with
scripts/compile.sh
- Create extension package with
scripts/build-unsigned.sh
Run elm reactor
to see the result of Elm code
ts-converter is released under GPLv3