Skip to content

lucasmdomingues/peso-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peso API

Calculo de IMC

GET /imc?height=1.70&weight=70

{
  "data": {
    "imc": "24.22"
  },
  "message": "IMC calculated with success"
}

Calculo de peso ideal min & max

GET /weights?height=1.70

{
  "data": {
    "max_weight": "72.22",
    "min_weight": "53.46"
  },
  "message": "Weights calculated with success"
}

Releases

No releases published

Packages

No packages published

Languages