Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiawaseu/rolimons
A High-level API Wrapper for Rolimons
https://github.com/shiawaseu/rolimons
api api-wrapper rolimons wrapper
Last synced: 3 days ago
JSON representation
A High-level API Wrapper for Rolimons
- Host: GitHub
- URL: https://github.com/shiawaseu/rolimons
- Owner: Shiawaseu
- Created: 2023-05-26T08:45:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T12:35:34.000Z (9 months ago)
- Last Synced: 2025-01-22T04:11:49.387Z (3 days ago)
- Topics: api, api-wrapper, rolimons, wrapper
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rolimons
- A High-level API Wrapper for Rolimons# Docs are available [here](https://shiawase.gitbook.io/rolimons-api-wrapper-docs/)
- If you want to contribute to docs [here](https://app.gitbook.com/invite/T0ZEwIdQo6bvNx27b3IB/cQ8kSe0SIXzmoVb0zsx0)## Installation
```
npm install rolimons
```## Example usage
```javascript
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