Sha256: 79fabecaf2800f2ca4d56c7a2c0527b461e61366f5783f43d8308d89049de3d4

Contents?: true

Size: 512 Bytes

Versions: 1

Compression:

Stored size: 512 Bytes

Contents

PsnTrophies
===========

A Ruby API for http://us.playstation.com/psn/trophies
Simply parses html from PSN Public Trophies.

Installation
------------

    gem install psn_trophies

Usage
-----

    require "rubygems"
    require "psn_trophies"
    
    client = PsnTrophies::Client.new
    played_games = client.trophies("valid_psn_id")  # ex. LeiteBR
    played_games.map(&:title)  #=> ["Dragon Age II", "GTA IV", ... etc.]
  
    client.trophies("invalid_psn_id")  # => raises PsnTrophies::NoUserProfileError

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
psn_trophies-0.0.2 README.md