machrin
v1.3.0
Published
Machrin is a system specifically designed to help its users with a variety of useful features designed specifically for the Growtopia community.
Downloads
12
Readme
Machrin
Table of Contents
About
Machrin is a system specifically designed to help its users with a variety of useful features designed specifically for the Growtopia community.
Installation
npm install machrin
Features
- server(), Fetches data from the Growtopia website.
- render(), Fetch rendering details for a specific world in Growtopia.
Example-usage
server()
const { server } = require("machrin");
server().then(console.log);
/*
Example output :
{
date: 'July 15th',
time: '07:15:06',
player: 56789,
wotd: 'MACHRIN',
url: 'https://www.growtopiagame.com/worlds/machrin.png'
}
*/
render()
const { render } = require("machrin");
render("machrin").then(console.log);
/*
Example output if successful :
{
status: 'success',
world: 'MACHRIN',
url: 'https://s3.amazonaws.com/world.growtopiagame.com/machrin.png',
date: '07/15/2006',
time: '07:15:06'
}
Example output if unsuccessful :
{
status: 'failed',
world: 'MACHRIN has never been rendered before',
url: null,
date: null,
time: null
}
*/
Help
If you have questions, encounter issues, or need assistance with Machrin, join our community on Discord for quick assistance, friendly discussions, and updates about Machrin.