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

https://github.com/hazyvt/gamelist

A website to show off the games you've played and score them
https://github.com/hazyvt/gamelist

Last synced: about 1 year ago
JSON representation

A website to show off the games you've played and score them

Awesome Lists containing this project

README

          

# Game List

Allows users to create a list of games

## Table Structure

Users: {
id,
username,
image
}

Games: {
id,
user_id,
game_name,
game_image,
rating
}