1.1.5 • Published 1 year ago

rolimons v1.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.1.0

1 year ago

1.1.5

1 year ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago