This is a Sailscasts community project that detects the ISP provider of a mobile number.
Given a particular Nigerian mobile phone number, this project detects what ISP provider the number belongs to. For example if it was issued by MTN, Glo, etc
- A function that implements the algorithm to solve this problem
- A UI to accept the numbers and then output the ISP provider
- Automated tests
- Unit test the algorithm with a subset of numbers
- Setup e2e tests for evolution #2