Does anyone know if it's possible to check the current status of the PSN (Playstation Network) and display it on your website?
To better illustrate, the status can be checked here:
https://support.us.playstation.com/app/answers/detail/a_id/237
I'm building a site in Laravel 4 and want to show a simple online/offline indicator on the homepage, but I'm not sure where to begin.
I found this on Github earlier. It looked promising, but it hasn't been updated in over 3 years and doesn't seem to be working.
https://github.com/jflaflamme/psn-status
Thanks!