0.0.5 • Published 6 years ago

proxybot v0.0.5

Weekly downloads
8
License
ISC
Repository
github
Last release
6 years ago

proxybot

HTTP Proxy for developers. Powered by http-proxy. The server could be configured to proxy certain urls or return custom responses.

Installation

# Local install
$ npm install proxybot

# Global install
$ sudo npm install -g proxybot

Initialization

Create new proxybot server instance.

# Local install
$ node_modules/.bin/proxybot new .

# Global install
$ proxybot new <project_dir>

The following files will be created under the project directory provided:

package.json
app.js
config/
  http.js
  routes.js
responses/
  404.js
  500.js
  index.js