This is a nodejs utility app
this app ->
- reads a file from stdin and checks for hyperlinks in it.
- checks if the hyperlink is a valid one.
- if the link is not valid the it spits it out to stdout.
To Demo:
- Fork the code to your local setup.
- Run
node index < checkerfile
from the code directory.