使用する機会があったのでメモです。
fetch('https://ipinfo.io?callback')
.then(res => res.json())
.then(json => console.log(json.ip))
参考:
Go to list of users who liked
使用する機会があったのでメモです。
fetch('https://ipinfo.io?callback')
.then(res => res.json())
.then(json => console.log(json.ip))
参考:
Register as a new user and use Qiita more conveniently
Go to list of users who liked