# http-tester

> Simple library created in a hurry to test and log HTTP requests.

Latest version **0.1.1** (published 2016-10-13) · BSD-2-Clause license · 0 weekly downloads

## Install

```sh
npm install http-tester
pnpm add http-tester
yarn add http-tester
bun add http-tester
```

Provides the command `http-test`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2016-10-13 |
| First published | 2016-10-13 |
| Weekly downloads | 0 |
| License | BSD-2-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Rodrigo Gomes da Silva |
| Maintainers | rodrigogs |
| Keywords | http, test, latency, ping, internet |

## Links

- npm: https://www.npmjs.com/package/http-tester
- Repository: http-tester
- npm.io page: https://npm.io/package/http-tester

## Dependencies (3)

- [moment](https://npm.io/package/moment.md) ^2.15.1
- [request](https://npm.io/package/request.md) ^2.75.0
- [bluebird](https://npm.io/package/bluebird.md) ^3.4.6

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 0.1.1 (latest) — 2016-10-13
- 0.1.0 — 2016-10-13
- 0.0.1 — 2016-10-13

## README

# http-tester

Simple library created in a hurry to test and log HTTP requests.

## How to install?
Have node.js installed
> npm install http-tester --g

## Using Windows?
If you're having problems installing http-tester, try this
> npm install http-tester --g --ignore-scripts

## How to use?
> http-test -l /my/log/file/name -u http://my-url.com -t 2000 -i 5000

Args:
* -l: log file name [./LOG.txt]
* -u: url to request [http://www.google.com]
* -t: request timeout [2000]
* -i: request interval [5000]

---
_Source: https://npm.io/package/http-tester · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
