Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppebb/tconfigbrowser
Express js mod browser for some of the tconfig mods I have saved
https://github.com/ppebb/tconfigbrowser
Last synced: about 2 months ago
JSON representation
Express js mod browser for some of the tconfig mods I have saved
- Host: GitHub
- URL: https://github.com/ppebb/tconfigbrowser
- Owner: ppebb
- Created: 2023-08-06T04:51:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-13T05:39:50.000Z (over 1 year ago)
- Last Synced: 2024-04-24T11:19:13.172Z (9 months ago)
- Language: HTML
- Size: 68.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tConfigBrowser
Simple Express api to serve tConfig mods and some metadata about them.
To use, put tConfig mod .obj files in the mods folder, run gen.sh to create blank metadata files, then run compile.sh to compile the metadata into a single json array.
Use npm start to run the Express server, which serves static obj files at /mods, the entire mods json array at /allmods, and individual mods at /modinfo?name=Some Obj file.obj. Frontend at /.
Instance hosted at https://ppeb.me/tConfigBrowser with a sizeable amount of mods.