Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/calvein/humble-games

All the games from Humble Bundle (before the Humble Store)
https://github.com/calvein/humble-games

Last synced: 4 months ago
JSON representation

All the games from Humble Bundle (before the Humble Store)

Awesome Lists containing this project

README

        

Humble Games
============

All the games from http://www.humblebundle.com/

To add games, just edit the [games.js](https://github.com/Calvein/humble-games/blob/gh-pages/scripts/games.js)
based on the example below.
You can generate this automatically over [here](http://calvein.github.io/humble-games/json.html).

{
"name": "NAME",
"url": "URL",
"price": "PRICE (without currency)",
"description": "DESCRIPTION",
"developer": "DEVELOPER",
"platform": {
"android": true/false,
"linux": true/false,
"windows": true/false,
"mac": true/false,
"audio": true/false
},
"drm": {
"steam": true/false,
"desura": true/false,
"gog": true/false,
"drm-free": true/false
},
"URL": {
"review": "Link to a review of the game somewhere.",
"steam": "Steam URL. Makes the steam icon clickable; if you don't include it, we'll search steam for the title",
"desura": "Desura URL. Makes the Desura icon clickable in tables.html",
"developer": "Developer URL. If you don't include this, tables.html does a google search."
},
"notes": "some notes? Anything interesting that doesn't fit elsewhere",
"extras": true/false
},

Follow the syntax in the games.js document in case of differences between it and the above code.