Go to file
pre-commit-ci[bot] 0ad9ee602f
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.1 → v3.0.0-alpha.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.1...v3.0.0-alpha.3)
- [github.com/pre-commit/mirrors-eslint: v8.25.0 → v8.26.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.25.0...v8.26.0)
2022-10-24 23:57:34 +00:00
.github Add github actions 2022-10-08 20:39:32 +02:00
.eslintrc Initial commit 2022-10-08 19:44:35 +02:00
.gitignore Initial commit 2022-10-08 19:44:35 +02:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2022-10-24 23:57:34 +00:00
.prettierrc Initial commit 2022-10-08 19:44:35 +02:00
.update Add update script 2022-10-08 20:39:03 +02:00
CNAME Add more info in html 2022-10-09 11:35:50 +02:00
index.html Add more info in html 2022-10-09 11:35:50 +02:00
LICENSE Add license 2022-10-08 20:21:14 +02:00
main.js Implement computation 2022-10-08 20:17:22 +02:00
README.md Add readme 2022-10-09 11:36:57 +02:00

doses

Given an alcohol proof in percent, compute the number of alcohol doses in a volume or the volume for a number of doses.

Dev setup

pre-commit install