Clidus / gwl

Video game collection, wishlist and backlog tracker.
https://www.gamingwithlemons.com/
MIT License
18 stars 6 forks source link

Sort by genre #97

Open Firstmatebob opened 8 years ago

Firstmatebob commented 8 years ago

I'd like to be able to sort my collection by genre e.g. RPG, FPS etc.

Giant Bomb have genre as part of their game pages, is it information that's accessible by the API perhaps? That could be fairly straightforward if so.

Clidus commented 8 years ago

Looks pretty easy to get genres!

"genres": [
      {
        "api_detail_url": "http://www.giantbomb.com/api/genre/3060-6/",
        "id": 6,
        "name": "Driving/Racing",
        "site_detail_url": "http://www.giantbomb.com/games/?wikiSlug=drivingracing&wikiTypeId=3060&wikiId=6&genre=6"
      },
      {
        "api_detail_url": "http://www.giantbomb.com/api/genre/3060-38/",
        "id": 38,
        "name": "Vehicular Combat",
        "site_detail_url": "http://www.giantbomb.com/games/?wikiSlug=vehicular-combat&wikiTypeId=3060&wikiId=38&genre=38"
      },
      {
        "api_detail_url": "http://www.giantbomb.com/api/genre/3060-40/",
        "id": 40,
        "name": "Soccer",
        "site_detail_url": "http://www.giantbomb.com/games/?wikiSlug=soccer&wikiTypeId=3060&wikiId=40&genre=40"
      }
    ],