{"id":16793519,"url":"https://github.com/mdp/will_it_dial","last_synced_at":"2025-03-17T02:23:47.573Z","repository":{"id":787917,"uuid":"484084","full_name":"mdp/will_it_dial","owner":"mdp","description":"A paranoid phone number validator","archived":false,"fork":false,"pushed_at":"2010-01-22T20:36:08.000Z","size":80,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T12:14:51.719Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdp.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-01-22T17:08:16.000Z","updated_at":"2013-11-21T22:24:27.000Z","dependencies_parsed_at":"2022-08-16T10:55:06.402Z","dependency_job_id":null,"html_url":"https://github.com/mdp/will_it_dial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fwill_it_dial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fwill_it_dial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fwill_it_dial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fwill_it_dial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdp","download_url":"https://codeload.github.com/mdp/will_it_dial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960636,"owners_count":20375107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T08:49:32.593Z","updated_at":"2025-03-17T02:23:47.548Z","avatar_url":"https://github.com/mdp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Will It Dial\n\nA simple customer phone number validator for lead validation. It's pretty paranoid and will not allow numbers that seem highly unlikely but are technically valid.\n\n    WillItDial::US.check('404-514-6858') =\u003e true\n    WillItDial::US.check('1-404-514-6858') =\u003e true\n    WillItDial::US.check('404-555-5555') =\u003e false # Suspcious\n    WillItDial::US.check('404-154-7372') =\u003e false # Can't start exchange code with 1\n    WillItDial::US.check('404-054-7372') =\u003e false # Can't start exchange code with 0\n    WillItDial::US.check('404-404-0404') =\u003e false # Suspicious, only 2 unique digits\n    WillItDial::US.check('404-555-1212') =\u003e false # Explicitly banned\n    WillItDial::US.check('247-464-2039') =\u003e false # Fake area code\n\nDefaults to US\n\n    WillItDial('404-332-1494') =\u003e true\n\n## Installation\n\n    gem install will_it_dial\n\n## Todo\n\n* Better configuration options, increase or decrease paranoia\n* Build an international version\n\n## Copyright\n\nCopyright (c) 2010 Mark Percival. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdp%2Fwill_it_dial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdp%2Fwill_it_dial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdp%2Fwill_it_dial/lists"}