const SmeeClient = require('smee-client') const smee = new SmeeClient({ source: 'https://smee.io/7h3YBnw81bC48I6n', target: 'http://localhost:3000/events', logger: console }) const events = smee.start() // Stop forwarding events events.close()
const SmeeClient = require('smee-client') const smee = new SmeeClient({ source: 'https://smee.io/7h3YBnw81bC48I6n', target: 'http://localhost:3000/events', logger: console }) const events = smee.start() // Stop forwarding events events.close()