Skip to content

ripgrim/rolimons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 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-fixed

Example usage

const rolimons = require("rolimons-fixed")

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%