https://github.com/animesh-ghosh/bmi
Know your BMI and the BMI category you belong to - in Elixir!
https://github.com/animesh-ghosh/bmi
Last synced: 6 months ago
JSON representation
Know your BMI and the BMI category you belong to - in Elixir!
- Host: GitHub
- URL: https://github.com/animesh-ghosh/bmi
- Owner: Animesh-Ghosh
- Created: 2023-07-21T17:21:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T04:16:49.000Z (about 2 years ago)
- Last Synced: 2025-03-27T07:03:02.533Z (7 months ago)
- Language: Elixir
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bmi
Know your BMI and the BMI category you belong to - in Elixir!
# Outcomes
1. A CLI that takes your weight and height - an [escript](https://hexdocs.pm/mix/Mix.Tasks.Escript.Build.html)
[x] Accept arguments via [OptionParser](https://hexdocs.pm/elixir/OptionParser.html)2. A web app
## how to run?
```bash
mix escript.build # to generate the binary bmi
./bmi # to run this
```