Skip to content

NeaByteLab/DigiSIM-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigiSIM API Wrapper

Minimalistic Node.js wrapper for the DigiSIM API - designed for seamless SIM management, order automation, and instant integration.


🚀 Features

  • Supports all DigiSIM main endpoints (account, product, etc)
  • Universal, easy-to-use request handler with unified response format
  • Full error handling and response parsing

🛠️ Installation

  1. Clone this repo

    git clone https://github.com/NeaByteLab/DigiSIM-Wrapper
    cd DigiSIM-Wrapper
  2. Install dependencies

    npm install
  3. Example Script

    • Check example.js for full usage flow and endpoint demonstration.
    • Check cli.js for an interactive CLI usage example with server/country/operator/product/order selection and order ID extraction.

⚡ Quick Start

  1. Get your API key from DigiSIM user profile
  2. Copy ApiWrapper to your project
  3. Use the code example above to connect and send any command
  4. Build your CLI, dashboard, or integration easily

📝 Notes

  • All requests use async/await and return a unified response object.
  • Fill your_product_id, your_country_id, operator_name, and your_order_id with values from previous API calls.
  • See full endpoint docs and request/response details: DigiSIM API Postman Docs
  • For API support contact DigiSIM via the website.

📌 License

MIT © NeaByteLab

About

Minimalistic Node.js wrapper for the DigiSIM API - designed for seamless SIM management, order automation, and instant integration.

Topics

Resources

License

Stars

Watchers

Forks