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.
- Host: GitHub
- URL: https://github.com/jamby/game-api-db
- Owner: jamby
- Created: 2013-10-04T18:43:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-24T13:44:59.000Z (over 12 years ago)
- Last Synced: 2025-06-02T11:58:08.792Z (about 1 year ago)
- Language: Ruby
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.