Home

Awesome

crapify

Build Status

crapify is a proxy for simulating slow, spotty, HTTP connections. It allows you to vary:

Contribute to Crapify on GitHub

Usage

Examples

usage with npm

npm config set proxy http://127.0.0.1:5000

usage with curl

curl -v --proxy http://127.0.0.1:5000 https://www.google.com

usage with OSX

  1. Go to system preferences.
  2. Click on Network.
  3. Click on Advanced.
  4. Click on Proxies.
  5. Enable an http, and an https proxy, with 127.0.0.1, and :5000, respectively.

If you like crapify, you may also like...