An open API service indexing awesome lists of open source software.

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!

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
```