Wolfinbarger / game-recommender

A full-stack web app that helps you discover awesome games to play with your friends or solo.
0 stars 0 forks source link

Implemented service for searching IGDB's video game database. #38

Closed FreakyNobleGas closed 8 months ago

FreakyNobleGas commented 8 months ago

Description

Added a service layer for interacting with IGDB's API service. As a first pass, I added their search endpoint that lets you search for games in their database using the game's title.

I left a block of commented out code in our view that starts to integrate this service with our current index endpoint. We'll want to decide how to tackle that.

Notes