API sederhana untuk mengecek:
GET /v1/operator/{nomor_telepon}
Contoh:
/v1/operator/081234567890
Response:
{
"message": "success",
"data": {
"default_product_id": 2227,
"image": "/telkomsel.png",
"name": "Telkomsel",
"description": "",
"__typename": "OperatorAttributes"
}
}
GET /code-country
Response:
{
"message": "success",
"data": {
"image": "https://flagcdn.com/{size}/{country-code}.png",
"listCountry": [
{
"name": "Afghanistan",
"code": "93",
"code_iso": "af / afg"
},
...
]
}
}
git clone https://github.com/hendras1722/your-repo-name.git
npm install
npm run dev
Muh Syahendra Anindyantoro
GitHub: https://github.com/hendras1722