Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agc93/modmeta-relay
ModMeta Relay: an extensible server for handling mod metadata from anywhere
https://github.com/agc93/modmeta-relay
Last synced: about 1 month ago
JSON representation
ModMeta Relay: an extensible server for handling mod metadata from anywhere
- Host: GitHub
- URL: https://github.com/agc93/modmeta-relay
- Owner: agc93
- License: mit
- Created: 2020-05-29T08:12:25.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-17T04:20:09.000Z (over 3 years ago)
- Last Synced: 2024-05-28T23:41:38.424Z (7 months ago)
- Language: C#
- Homepage: https://relay.vortex.support/
- Size: 2.47 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ModMeta Relay
ModMeta Relay is an **unofficial** implementation of the ModMeta API for interfacing Vortex (or any other ModMeta client) with any non-Nexus mod source. To clarify, this project is not affiliated in any way with Nexus Mods or anyone else, and is an open-source community resource.
So what's different about the Relay server? ModMeta Relay intends to be an extensible and configurable server that can provide a ModMeta-compatible API to any other non-Nexus metadata source.
ModMeta Relay doesn't provide any metadata itself! The actual metadata comes from **plugins** that can then load metadata from a file, database, API or cache and the Relay server will return the results.
Full documentation for getting started with ModMeta Relay as well as how to build plugins are available [agc93.github.io/modmeta-relay/](https://agc93.github.io/modmeta-relay/).