- A High-level API Wrapper for Rolimons
Docs are available here
- If you want to contribute to docs here
npm install rolimons
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)
})
- Items (+ Caching) & UAID tracking
- Market Activity (trade ads)
- Groups
- Games
- Players & Leaderboard