Skip to content

r-darwish/GameInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameInfo

A Powershell module written in F# for fetching information about games.

Note

This module is pretty new, so it's incomplete and probably have many bugs. I am not sure how much I would like to keep investing it, so that depends on the public interest. If you find this module useful then feel free to report bugs or suggest new features.

Installation

Install-Module GameInfo

Usage

Find a game in MetaCritic:

Find-MetaCritic bayonetta

Get information about a specific game:

Get-MetaCritic bayonetta -Platform switch

Alternatives