Run SimulationCraft in the cloud.
Submit a simc profile to the API, get back the results.const res = await fetch("https://api.simmit.com/v1/simc/jobs?channel=nightly", {
method: "POST",
headers: {
"Authorization": `Bearer ${process.env.SIMMIT_KEY}`,
"Content-Type": "text/plain",
},
body: `warlock=Voidly\nspec=affliction\nload_default_gear=1\nload_default_talents=1`,
});
const { links } = await res.json();
// links.share → https://results.simmit.com/542380570072813568