Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/json2d/httpstatus
Records the response status for a text file list of urls
https://github.com/json2d/httpstatus
Last synced: 27 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T03:23:07.000Z (about 9 years ago)
- Last Synced: 2023-03-01T18:55:49.738Z (almost 2 years 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.