Skip to content

Commit

Permalink
Merge branch 'master' into issue-2
Browse files Browse the repository at this point in the history
  • Loading branch information
strawberries73 authored Oct 6, 2020
2 parents 78c7f02 + b0d95ae commit c4b5613
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
Binary file removed 2.jpg
Binary file not shown.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# OSD600-Journey-on-rocky-trails
As much as I desire to become more acquainted with C++, I was truly not happy with the slow progression and outcome of this version. What was I thinking?!
I have made a version 2 on node.js.
- NOTE: Because of the reason above the file ConsoleApplicationOSD600 has code no longer needed. Since we are still at the beginning of the class and it is hard to remove files form a commit I had to leave it THE WORKING CODE IS IN THE FOLDER: CommandToolLinkCheck
- Can run with the v or version argument to get the current version of the command line tool
Clone ConsoleApplicationOSD600 since this is the successful version.

Install project dependencies:

npm install

npm install node-fetch

npm install colors

Run command: node index.js argv.html


Features:

Prints good Urls in green and prints broken Urls in red.
https://github.com/strawberries73/OSD600-Journey-on-rocky-trails/blob/master/vscode.jpg

Note: CommandToolLinkCheck is no longer valid code for this project

0 comments on commit c4b5613

Please sign in to comment.