1.1.5 • Published 11 days ago

rolimons v1.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
11 days ago

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
1.1.1

11 days ago

1.1.0

11 days ago

1.1.5

11 days ago

1.0.8

6 months ago

1.0.7

11 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.0

12 months ago