Skip to content

liang256/IGDB-videogame

Repository files navigation

IGDB videogames website

This project is a website, which shows recent popular games and their info, and is developed by Laravel and IGDB API.

The project is a practice of series: Build a Video Game Aggregator. I followed almost every step of this tutorial. I really appreciate this series and learned a lot from it.

Installation

Copy env.example

cp env.example .env

Install required packages using Composer

composer install

Add IGDB API token into .env. More details please go here.

IGDB_AUTH = "Bearer <your_access_token>"
IGDB_CLIENT_ID = <your_Client_ID>

License

Laravel.

IGDB API

Tutorial: Build a Video Game Aggregator

About

Play with IGDB API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published