- What's that ?
It's a Web service (API) that performs the registration of developers using the github username and zip code of the place where they reside.
- What's necessary ?
To perform this registration, it was necessary to consume the GitHub and viaCEP API.
- How does it work ?
The user will inform their github username and the zip code of the region where they live. Once this is done, each individual's data will be automatically implemented in their profile.
- Input example :
( Please, enter a valid CEP )
{
"username":"pinhobrunodev",
"cep":"4485-370",
"email":"bruno@gmail.com"
}