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