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

https://github.com/lizardbyte/gamedb

Video game database based on IGDB.
https://github.com/lizardbyte/gamedb

database python video-games website

Last synced: 3 months ago
JSON representation

Video game database based on IGDB.

Awesome Lists containing this project

README

          

# GameDB

[![GitHub Workflow Status (DB)](https://img.shields.io/github/actions/workflow/status/lizardbyte/gamedb/update-db.yml.svg?branch=master&label=update%20db&logo=github&style=for-the-badge)](https://github.com/LizardByte/GameDB/actions/workflows/update-db.yml?query=branch%3Amaster)

This repository clones IGDB to gh-pages to be consumed by LizardByte projects, such as LizardByte/Sunshine.

Information from YouTube API is also added to the database for videos.

## Plans

- [x] Build with Jekyll
- [ ] Revamp index page
- [ ] Provide an item page for each API item
- [ ] Add unit tests
- [ ] Add code coverage