npm.io
1.1.5 • Published 2 years ago

rolimons

Licence
ISC
Version
1.1.5
Deps
2
Size
20 kB
Vulns
0
Weekly
0
Stars
3

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