fetch('https://geolocation-db.com/json/')
  .then(res => res.json())
  .then(prom => console.log(prom));