The source code of the Texture Workshop mod's API & its website https://tws.m336.dev
  • JavaScript 46.9%
  • HTML 43.4%
  • CSS 9.7%
Find a file
2025-10-19 21:37:09 +02:00
app thing 2024-10-23 13:31:07 +02:00
data Better organization & some improvements overall 2024-10-04 21:01:46 +02:00
util Oopsies 2024-11-01 03:16:24 +01:00
.env.example Better configuration 2024-10-21 14:59:26 +02:00
.gitignore Logs auto-delete 2024-10-21 16:37:04 +02:00
app.js /api/v1/tws/getTPsCount, /api/v2/tws/getTPsCount and updates 2025-07-25 11:47:25 +02:00
config.json Better configuration 2024-10-21 14:59:26 +02:00
LICENSE Initial commit 2024-08-25 01:25:05 +02:00
package.json /api/v1/tws/getTPsCount, /api/v2/tws/getTPsCount and updates 2025-07-25 11:47:25 +02:00
README.md instructions 2025-10-19 21:37:09 +02:00

Warning

This source code was never intended to be released publicly, so expect it to be messy and uncommented.

Texture Workshop's API & Website

The source code of the Texture Workshop mod's API & its website

Running

  1. Clone the repository with git clone https://github.com/M336G/texture-workshop-api.git.
  2. Install Node.js with npm and run npm i.
  3. Run the project with npm run start.

Contributing

You are completely free to contribute to the project if you want to, it would be really appreciated!

License

This project is licensed under the GNU Affero General Public License v3.0.