Skip to content

Records the response status for a text file list of urls

Notifications You must be signed in to change notification settings

json2d/httpstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#httpstatus httpstatus v0.0.1

Records the response status for a text file list of urls. Outputs in CSV format.

Installing Dependencies:

npm install

Usage:

node httpstatus.js [urlsFilePath] [resultsFilePath] [delayInMilliseconds]

Example:

node httpstatus.js data/urls.txt data/results.csv 1000 //checks a url from the list every 1 second.

Notes: If [resultsFilePath] points to an existing file, [resultsFilePath] will be timestamped to prevent accidental overwrites.

About

Records the response status for a text file list of urls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published