1.1.2 • Published 9 months ago

rolimons-api v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months 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-api

Example usage

const rolimons = require("rolimons-api")

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.2

9 months ago

1.1.0

9 months ago