JSFiddle - React, Tailwind, and code Playground
by Frank Liu
JavaScript
fetch('https://extreme-ip-lookup.com/json/130.176.6.79?callback=showIP&key=Qn97RtiI2gwjStzJJjuG')
.then(response => response.json())
.then(data => console.log(data));
by Frank Liu
fetch('https://extreme-ip-lookup.com/json/130.176.6.79?callback=showIP&key=Qn97RtiI2gwjStzJJjuG')
.then(response => response.json())
.then(data => console.log(data));