NoPayStation Browser for PSVITA
NOTE: This is a project I did for fun. I have made sure not to include any links or details on files from NoPayStation. This repository only includes game details from GamesDB site. Using .tsv file from NoPayStation is up to you.
- Open
src/middleware.php
and add link to NoPayStation.TSV
file where it says[[NOPAYSTATION LINK GOES HERE]]
- Make sure
api-cache.json
andsettings.json
have write access$ chmod 777 api-cache.json
and$ chmod 777 settings.json
- Finally, host it locally or anywhere you think best. You can also use ngrok.io to access your local site on your vita.
- This web app uses SlimPHP and caches the TSV file as an array so that access is faster. You can change the expire time for cache in
src/middleware.php
. - App shows 10 items at a time and is accessed as
url/[page number]