-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add timeout feature #7
Conversation
add readme, index.js,package.json,test.txt,fileHandler.js,.gitignore
Hi Muskan: I am unable to see your branch in my repository. Also, there is a merge conflict in the Readme file. So please resolve this merge conflict and add the changes in the branch visible to me. Also, the branch name should be the issue number. Thanks, |
Hey Palak, I made the mistake of branch name but I don't think I can change that now. |
Hey Palak, Thanks, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
Please correct the spellings in the readme file. Thanks.
Best,
Palak
README.md
Outdated
@@ -1,16 +1,28 @@ | |||
# URL-Inspector | |||
This is a command line interface tool to check different URLs and detect if they are good or bad or unknown. | |||
|
|||
# Installation | |||
# Instalation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling mistake, please correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
README.md
Outdated
* Bad or Status 400 or 404 is displayed in red | ||
* Unknown status is displayed in gray | ||
* It displays the toolname along with its current version with the following command | ||
url-inspector -v or -V or --versin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version spelled wrong. Please fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
Hi, |
Fixed #6
Added Timeout of 1.5 secs to axios (Optimization)
Updated README.md to include this feature and elaborated on the existing features
Improved styling and indentation