Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 399 Bytes

#number-lookup

##Installation

Downlad one of the pre-compiled binaries for your system and either extract it to a directory

//Unix/OSX
$ numberlookup -input /path/to/number/list
//Windows
$ numberlookup.exe -input C:\path\to\number\list

##PHP Script Usage

//Ensure numberLookup is in your $PATH
//Supply numbers to lookup via STDIN
echo "01234567891" | numberLookup