An open API service indexing awesome lists of open source software.

https://github.com/jamby/game-api-db

Builds a DB of games through the GiantBomb API. Used as a rake task in other project.
https://github.com/jamby/game-api-db

Last synced: 12 months ago
JSON representation

Builds a DB of games through the GiantBomb API. Used as a rake task in other project.

Awesome Lists containing this project

README

          

# Game API DB creation

This is used as a rake task for my Play N' Vote app.

Basically, it goes through all of the platforms specified as `PLATFORMS` and will get all of the specified information (name game, release date, cover art, platforms, developers, and the Giant Bomb ID).

This is just the first iteration of this rake task.

To use it on your own, you must get an API key from the Giant Bomb website. Then replace the `API_KEY` with yours.