Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unacro/games-static-data

Static datas of some games
https://github.com/unacro/games-static-data

game-database games steam steam-api

Last synced: 15 days ago
JSON representation

Static datas of some games

Awesome Lists containing this project

README

        

# Games Static Data

## Usage

### Hugo

#### Install Module

Edit `config/_default/module.toml`:

```toml
[[imports]]
disable = false
path = "github.com/unacro/games-static-database"
```

Then run `hugo server` to download automatically.

#### Update Module

```bash
hugo mod get -u
```

### Other

通过 GitHub 直接在线调用 JSON 数据:
```
https://github.com/unacro/games-static-database/raw/main/data/games/black-myth-wukong/achievements.json
```

通过~~互联网行业顶级大善人之一的~~ jsDelivr 缓存 CDN 调用数据:
```
https://cdn.jsdelivr.net/gh/unacro/games-static-database@main/data/games/black-myth-wukong/achievements.json
```