ml-ign-checker
v1.0.0
Published
Check Mobile Legends IGN via API
Maintainers
Readme
ML IGN Checker
A lightweight Node.js package and Express middleware to check a player's In-Game Name (IGN) for Mobile Legends: Bang Bang using the Codashop API.
✨ Features
- 🚀 Dual Usage: Use it as an Express Router (middleware) or call it programmatically in your own Node.js scripts.
- ⚡ Fast & Lightweight: Built with
axiosfor quick HTTP requests. - 🛡️ Error Handling: Gracefully handles invalid IDs, missing zones, and network errors.
- 🔄 Flexible Inputs: Supports both
GET(query parameters) andPOST(JSON body) requests.
📦 Installation
Install the package via npm:
npm install ml-ign-checker