npm i axios import axios axios.get("https://catfact.ninja/fact").then((res) => { console.log(res.data); });