-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |