It's a simple use of Puppeter to get a photo of a giving CEP.
Open a headless browser go navegate to a URL of Correios and take a photo of the address found.
These instructions will get you a copy of the project up and running on your local machine for development purposes.
Change the second param of the type function to a valid CEP to search.
await page.type('#endereco', '03336000');
npm install
npm run start
Search a valid CEP string and take a photo of the result.
- @Marcel-MSC - Idea & Initial work