Playstation Trophies
A nodejs
API to retrieve a user's Playstation trophy data from the Playstation website.
Usage
To use the API within your code you can use #request
to return all the games that have been attached to a user's account.
; Trophies
Each Game
may contain:
CLI
A CLI is also available for quickly searching users data to use in your shell.
# return all games belonging to {{username}} in JSON format npm run cli {{username}} -- --format json
License
MIT