1.3.1 • Published 9 months ago

smee-client-proxy v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Installation

Install the client with:

$ npm install -g smee-client-proxy

Usage

CLI

The smee command will forward webhooks from smee.io to your local development environment.

$ smee

Run smee --help for usage.

CLI with proxy

Smee client uses global agent to do proxied connections

export GLOBAL_AGENT_HTTP_PROXY=http://127.0.0.1:8080
$ smee

Node Client

const SmeeClient = require('smee-client')

const smee = new SmeeClient({
  source: 'https://smee.io/abc123',
  target: 'http://localhost:3000/events',
  logger: console
})

const events = smee.start()

// Stop forwarding events
events.close()
1.3.1

9 months ago

1.3.0

9 months ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.4

1 year ago