JKHubAssist is an Electron app for installing and updating mods from JKHub. It's purpose is twofold:
- To provide an API for interacting with the mod file metadata on JKHub
- To provide a sleek, modern UI for browsing and installing mods in a single click
- The basic API and placeholder UI have been implemented and now work has begun on core functionality.
To get this to run on your box you must:
- Install Node.js
- Clone this repository and cd into the directory
- Install the depencies by running the command "npm install cheerio electron"
- Run the program by typing "npm start"