1.3.0 • Published 2 years ago

machrin v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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.

Authors

1.3.0

2 years ago

1.2.0

2 years ago

0.2.0

2 years ago

0.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago