HTTP/2 200
date: Sat, 19 Jul 2025 17:46:49 GMT
content-type: text/html
cf-ray: 961c0a4af9f18087-BLR
cf-cache-status: EXPIRED
cache-control: public, max-age=14400
last-modified: Sat, 19 Jul 2025 17:46:48 GMT
strict-transport-security: max-age=31536000; includeSubDomains; preload
vary: x-requested-with, x-spiferack, Accept-Encoding
content-security-policy: connect-src 'self' checkout.stripe.com https://checkout.stripe.com https://billing.stripe.com/session https://api.funcaptcha.com https://api.arkoselabs.com sentry.io api.github.com www.npmjs.com;default-src 'none';img-src * data: https://*.stripe.com;script-src 'self' data: 'unsafe-inline' https://checkout.stripe.com/checkout.js https://checkout.stripe.com https://js.stripe.com/v3 https://platform.twitter.com/widgets.js https://octocaptcha.com https://static-production.npmjs.com/;style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static-production.npmjs.com/;frame-src checkout.stripe.com https://checkout.stripe.com https://js.stripe.com/ https://octocaptcha.com;font-src https://fonts.gstatic.com https://static-production.npmjs.com/ ;media-src https://player.vimeo.com https://fpdl.vimeocdn.com https://gcs-vimeo.akamaized.net https://vod-progressive.akamaized.net
npm-cost: 1
npm-remaining: 99
x-content-security-policy: connect-src 'self' checkout.stripe.com https://checkout.stripe.com https://billing.stripe.com/session https://api.funcaptcha.com https://api.arkoselabs.com sentry.io api.github.com www.npmjs.com;default-src 'none';img-src * data: https://*.stripe.com;script-src 'self' data: 'unsafe-inline' https://checkout.stripe.com/checkout.js https://checkout.stripe.com https://js.stripe.com/v3 https://platform.twitter.com/widgets.js https://octocaptcha.com https://static-production.npmjs.com/;style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://static-production.npmjs.com/;frame-src checkout.stripe.com https://checkout.stripe.com https://js.stripe.com/ https://octocaptcha.com;font-src https://fonts.gstatic.com https://static-production.npmjs.com/ ;media-src https://player.vimeo.com https://fpdl.vimeocdn.com https://gcs-vimeo.akamaized.net https://vod-progressive.akamaized.net
x-content-type-options: nosniff
x-frame-options: DENY
x-xss-protection: 1; mode=block
set-cookie: __cf_bm=82oFPqePNxClTbPQJ.sm6KA6COqgcEXCtJKjFUZhwrM-1752947209-1.0.1.1-DYoKbStP7wvyUPR3I_WxNWAqrJzbBL4TmezQLYPDs0r9iEP1yh25W2Q_D2q5Anx.oeMIrbRD4YEoLj93a8Cg_A7tWRPuWo9aERdBYtEdjEg; path=/; expires=Sat, 19-Jul-25 18:16:49 GMT; domain=.npmjs.com; HttpOnly; Secure; SameSite=None
set-cookie: __cfruid=6202863dc68081c5521c1d81cef99566d11a63f5-1752947209; path=/; domain=.npmjs.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
smee-client - npm
smee-client
4.3.1 • Public • Published
Client and CLI for smee.io, a service that delivers webhooks to your local development environment.

Looking for probot/smee.io?
Install the client with:
npm install -g smee-client
The smee
command will forward webhooks from smee.io to your local development environment.
Run smee --help
for usage.
import SmeeClient from 'smee-client'
const smee = new SmeeClient({
source: 'https://smee.io/abc123',
target: 'https://localhost:3000/events',
logger: console
})
const events = smee.start()
// Stop forwarding events
events.close()
By default, the SmeeClient
API client makes use of the standard proxy server environment variables.
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads