Skip to content

Instantly share code, notes, and snippets.

@felquis
Created February 15, 2017 01:00
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/3cccc640d25bdf8536ee1771ffba521f to your computer and use it in GitHub Desktop.
Save felquis/3cccc640d25bdf8536ee1771ffba521f to your computer and use it in GitHub Desktop.
fetch('https://api.pagar.me/1/zipcodes/86900000', { method: 'get' })
.then(response => response.json())
.then(console.log)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment