Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 384 Bytes

Filter phone numbers from junk

Usage

  1. Install nodejs >= 16
  2. Clone repo git clone https://github.com/shutdown57/phone-number-from-junk.git
  3. cd to project
  4. yarn install or npm install
  5. Input file is sample.txt, so you have to rename your input file
  6. Run program by yarn build && yarn start or npm run build && npm run start
  7. Done!