This application analyzes a file and provides information about the number of words, letters, spaces, and words that are repeated more than 10 times.
- Run
npm installto install the dependencies - Run node and the file patch
node index.js <path-to-file>