const getJSON = require("async-get-json"); const ISS_API = "http://api.open-notify.org/iss-now.json"; (await getJSON(ISS_API)).iss_position;