Skip to content

Shiawaseu/rolimons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rolimons

Rolimons

  • A High-level API Wrapper for Rolimons

Docs are available here

  • If you want to contribute to docs here

Installation

npm install rolimons

Example usage

const rolimons = require("rolimons")

rolimons.items.searchItem("name", "SSHF").then(
    function(item) {
        if (!item) return;
        console.log(item.name, "which is also known as", item.acronym, "has a demand of", item.demand)
})

Covered endpoints

  • Items (+ Caching) & UAID tracking
  • Market Activity (trade ads)
  • Groups
  • Games
  • Players & Leaderboard

About

A High-level API Wrapper for Rolimons

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published