https://github.com/json2d/httpstatus
Records the response status for a text file list of urls
https://github.com/json2d/httpstatus
Last synced: 3 months ago
JSON representation
Records the response status for a text file list of urls
- Host: GitHub
- URL: https://github.com/json2d/httpstatus
- Owner: json2d
- Created: 2015-10-24T03:23:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T03:23:07.000Z (over 9 years ago)
- Last Synced: 2025-02-07T04:42:14.206Z (5 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#httpstatus
httpstatus v0.0.1Records the response status for a text file list of urls. Outputs in CSV format.
Installing Dependencies:
> npm installUsage:
> 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.