This project was created because Sony does not offer the ability to see your PlayStation network, friends status without using your consul, or their specific application.
- view PSN friends online status
- view friend personal info if they share it with you
- view friend current activity (games)
- view friend account trophie level
- view last online status
- if you add to your personal machine you can just add your NPSSO code directly in the API/playstions.js file, so you don't have to constantly retype it
server for fetching personal data is not Live. Page is only static for demonstrative purposes
View - online status
View - personal Info (if they share it)
View - current activity (what they are playing)
View - last time they've been active
All information is gathered from sony's public API
your acount info is reached using a code you get from sony called NPSSO. (do not share this code it is the equivalent to your account password)
all the information used is not stored. (I don't care about your info)
if you just want to see a demo click on the better-PSN site like at the top of the doc
- download Zip or clone
- travel to Client folder and install dependancies
``` cd ./Client npm i ```
- travel to server folder and install dependancies
``` cd ../API npm i ```
- make sure to get your NPSSO code before hand. (walk through has been provided, it's on the Better-PSN site, just click PersonalAccount to see steps)
- Run Backend and front end
``` npm start cd ../Client npm run dev ```
Notes to self (just ignore this)
look at the rollup documentation so that i can properly configure the webpack. the main issue is that images are not appearing also see if i can get the server to run using github actions as wellthen run build again