Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unacro/games-static-data
- Owner: unacro
- License: gpl-3.0
- Created: 2024-08-11T08:04:16.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T11:24:07.000Z (4 months ago)
- Last Synced: 2024-11-20T18:18:43.390Z (3 months ago)
- Topics: game-database, games, steam, steam-api
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```