Skip to content

Instantly share code, notes, and snippets.

@felquis
Last active February 15, 2017 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felquis/9843b84a673a5dfc2e89b4d7709273ed to your computer and use it in GitHub Desktop.
Save felquis/9843b84a673a5dfc2e89b4d7709273ed to your computer and use it in GitHub Desktop.
const cep = require(‘cep-promise’)
cep(‘86900000’).then(console.log)
{
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