Go to file
pre-commit-ci[bot] c7a05a1111
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.1](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.0...v3.0.0-alpha.1)
- [github.com/pre-commit/mirrors-eslint: v8.24.0 → v8.25.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.24.0...v8.25.0)
2022-10-11 01:24:30 +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-11 01:24:30 +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