3.1.1 • Published 4 months ago
smee-client v3.1.1
Installation
Install the client with:
npm install -g smee-client
Usage
CLI
The smee
command will forward webhooks from smee.io to your local development environment.
smee
Run smee --help
for usage.
Node Client
import SmeeClient from '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()
Proxy Servers
By default, the SmeeClient
API client makes use of the standard proxy server environment variables.
3.0.0-beta.5
8 months ago
3.1.1
4 months ago
3.1.0
4 months ago
3.0.0
5 months ago
3.0.0-beta.4
10 months ago
2.0.4
9 months ago
3.0.0-beta.1
11 months ago
3.0.0-beta.3
11 months ago
3.0.0-beta.2
11 months ago
2.0.3
11 months ago
2.0.2
12 months ago
2.0.1
1 year ago
1.2.5
2 years ago
1.2.4
2 years ago
2.0.0
2 years ago
1.2.3
3 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.0
6 years ago
1.0.3
6 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago