const axios = require('axios'); console.log("richiesta loc"); run(); async function run(){ try { loc = await axios.get('http://192.168.1.3:6565/query?-9.437794444444444&52.96421388888889'); console.log(loc.data); } catch (error) { loc = "errore";// Handle errors console.log(loc); } }