1.1.2 • Published 9 months ago
rolimons-api v1.1.2
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