Skip to content

Instantly share code, notes, and snippets.

@ludndev
Last active April 18, 2025 09:16
Show Gist options
  • Save ludndev/2bba92d7f6473719dfe433f15fbd5f27 to your computer and use it in GitHub Desktop.
Save ludndev/2bba92d7f6473719dfe433f15fbd5f27 to your computer and use it in GitHub Desktop.

Source: https://fr.wikipedia.org/wiki/Liste_des_indicatifs_t%C3%A9l%C3%A9phoniques_au_B%C3%A9nin

🟢 Moov Africa Bénin

const moovPrefixes = [
  "0155",
  "0158",
  "0160",
  "0163",
  "0164",
  "0165",
  "0168",
  "0194",
  "0195",
  "0198",
  "0199"
];

🟡 MTN Bénin

const mtnPrefixes = [
  "0142",
  "0146",
  "0150",
  "0151",
  "0152",
  "0153",
  "0154",
  "0156",
  "0157",
  "0159",
  "0161",
  "0162",
  "0166",
  "0167",
  "0169",
  "0190",
  "0191",
  "0196",
  "0197"
];

🔵 Celtiis Bénin

const celtiisPrefixes = [
  "0140",
  "0141",
  "0143",
  "0144"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment