📲 📬 Integration beteween the React library and ViaCEP free API - Read more in https://viacep.com.br. If you're looking by an example of API calls made in React or a pinch of Sass preprocessor usage, you are at the right place. Clone this repository and be happy!
Install with npm:
npm install
Install with yarn:
yarn install
yarn run build
yarn run dev
{
"cep": "74633-020",
"logradouro": "Praça da Bíblia",
"complemento": "",
"bairro": "Setor Leste Universitário",
"localidade": "Goiânia",
"uf": "GO",
"unidade": "",
"ibge": "5208707",
"gia": ""
}
More informations about ViaCEP API in https://viacep.com.br.