1.0.6 • Published 8 years ago

status-code-filter v1.0.6

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

Status code filter

npm version

Eat URLs and HTTP status code(s) and return all the URL that match.

Usage

Functions return promises, you should use them asynchronously.

const mod = require('./'),
    urls = ['http://example.org', 'http://example.org/fakeurl.html']

mod.getStatusCode(urls)
    .then(function (data) {
        console.log(data)
    })
1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago