Open brunoaugustosilva opened 4 years ago
There is an API about Brazilian CEPs the ViaCEP. You should to use this API instead of typing address.
Example
CEP 01001-000
//viacep.com.br/ws/01001000/json/?callback=callback_name callback_name({ "cep": "01001-000", "logradouro": "Praça da Sé", "complemento": "lado ímpar", "bairro": "Sé", "localidade": "São Paulo", "uf": "SP", "unidade": "", "ibge": "3550308", "gia": "1004" });
Valeu pela dica, Bruno!
There is an API about Brazilian CEPs the ViaCEP. You should to use this API instead of typing address.
CEP 01001-000