Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 799 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 799 Bytes

isp-finder

This is a Sailscasts community project that detects the ISP provider of a mobile number.

Problem scope

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

Evolutions

  • A function that implements the algorithm to solve this problem
  • A UI to accept the numbers and then output the ISP provider

Project requirements

  • Automated tests
    • Unit test the algorithm with a subset of numbers
    • Setup e2e tests for evolution #2

Contributors