All data fetched from playstation API will be cached 24 hours, so you may not get the newest data.
If you want to keep data new, You can:
- Deploy PSN-node
- Modify
VITE_REQUEST_URL
in.env
- Deploy PSN-node-displayer
- Navigate to
/
or/#/search
, search your PSN ID - Then it will redirect to
/#/userPage?accountId=yourAccountId
- Also you can go to
/#/friends?accountId=yourAccountId
to observe your friends' status - Hidden function: use
pick
to filter specific games, eg:/#/userPage?accountId=7044269709970808941&pick=[NPWR13281_00,NPWR08199_00,NPWR25264_00,NPWR05818_00,NPWR07897_00,NPWR15587_00]
- Vue3
- TypeScript
- Vite
See PSN-node