Search UBS (Unidades Básicas de Saúde - Basic Health Units) using latitude and longitude in max range
npm install
npm start
docker build -t ubs_locations .
docker run -p 3000:3000 ubs_locations
curl --location --request GET 'http://localhost:3000' \
--header 'latitude: -15.801225' \
--header 'longitude: -47.884101' \
--header 'range: 5'
Obs: range is in kilometers