Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

#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.