Last active
February 15, 2017 00:58
-
-
Save felquis/9843b84a673a5dfc2e89b4d7709273ed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const cep = require(‘cep-promise’) | |
cep(‘86900000’).then(console.log) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
cep: '86900000', | |
state: 'PR', | |
city: 'Jandaia do Sul', | |
neighborhood: '', | |
street: '' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment