Modium

Modium

2 devlogs
4h 40m
Created by Rohan

Modium is a cross-site Minecraft mod searcher. It will soon support a lot more features, but for now, it is very simple, focusing on getting CurseForge and Modrinth scraping/API calls working.

Run it by using php composer and the php command. Example: composer install && php -S 127.0.0.1:8000

Repository

Timeline

I have fixed duplicate mods by checking if their name is the same on any platforms that it is found on, and then merging it into a single mod once displayed, with icons to each site that it is from.

Additionally, I have made a minor UI improvement, but it is nowhere near the final goal I have in mind.

Update attachment

So far, I have added a very basic scraping API for CurseForge and unified it with the Modrinth API for basic calls (such as name, description, art, and mod link). I've also made a very simple homepage that requests these and displays them dynamically below, however it does contain duplicates for mods that are on both CurseForge and Modrinth results (which I plan to amend later).

Also don't worry about how bad it looks right now, I'll be styling it up soon!

Update attachment