Getting Started

galacticaapi.js module is an npm module prepared for the api of galactica.ga site.

Download Module

npm i galacticaapi.js

Define Module

const Galactica = require("galacticaapi.js");
const dbl = new Galactica("TOKEN-HERE", client);

Last updated