Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/calvein/humble-games
- Owner: Calvein
- Created: 2013-01-20T17:39:54.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-10-28T18:09:32.000Z (over 7 years ago)
- Last Synced: 2024-10-03T12:16:10.655Z (4 months ago)
- Language: JavaScript
- Homepage: http://calvein.github.io/humble-games/
- Size: 4.98 MB
- Stars: 50
- Watchers: 6
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.