I hereby claim:
- I am sora81dev on github.
- I am sora81dev (https://keybase.io/sora81dev) on keybase.
- I have a public key ASABqCvS641yW1HZvB9Bk3cuMnYPitlnA_0lcsa83Mhnxgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
(async () => { | |
const userId = window.location.pathname.split('/').pop(); | |
const response = await fetch(`https://vrchat.com/api/1/users/${userId}`); | |
const jsonData = await response.json(); | |
const userJoined = new Date(jsonData.date_joined); | |
const PCLocale = Intl.DateTimeFormat().resolvedOptions().locale; | |
const localisedDate = new Intl.DateTimeFormat(PCLocale).format(userJoined) | |
console.log(`%cDate joined: ${localisedDate}`, 'font-size: 24px; color:green'); |
I hereby claim:
To claim this, I am signing this object: