Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-darwish/gameinfo
Tools for getting information about games
https://github.com/r-darwish/gameinfo
fsharp games metacritic powershell powershell-module
Last synced: 3 months ago
JSON representation
Tools for getting information about games
- Host: GitHub
- URL: https://github.com/r-darwish/gameinfo
- Owner: r-darwish
- License: gpl-3.0
- Created: 2021-01-01T21:24:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-19T20:31:31.000Z (about 4 years ago)
- Last Synced: 2024-07-30T18:33:02.284Z (6 months ago)
- Topics: fsharp, games, metacritic, powershell, powershell-module
- Language: F#
- Homepage:
- Size: 73.2 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```powershell
Install-Module GameInfo
```## Usage
Find a game in MetaCritic:
```powershell
Find-MetaCritic bayonetta
```Get information about a specific game:
```powershell
Get-MetaCritic bayonetta -Platform switch
```## Alternatives
* [entertainme](https://github.com/drrlvn/entertainme)