galaxiat.ts Node.js package allows you to easily interact with the Galaxiat API.
Node.js 16.9.0 or newer is required.
npm install galaxiat.ts
src/index.ts
import { GalaxiatClient, User } from "galaxiat.ts"
const Client = new GalaxiatClient("dev", "v0");
(async () => {
const version = Client.dataVersion
console.log(await User.Create<typeof version>(Client, {
email : "[email protected]",
password : "DEMOBlueIsBlueDEMO",
username : "blue",
username_at : "blue"
}))
})()
Before creating an issue, please ensure that it hasn't already been reported/suggested.
Software is under MIT license