RODA AI.yml

$ npm install --save ('https://smee.io/PI6J3xe99sOV7LRB')
This commit is contained in:
WEB4 2024-02-08 17:10:55 -06:00 committed by Web4
parent c78e5efea6
commit ccfb095fcf

12
.yml Normal file
View File

@ -0,0 +1,12 @@
$ npm install --save ('https://smee.io/PI6J3xe99sOV7LRB')
const SmeeClient = require('https://smee.io/PI6J3xe99sOV7LRB')
const smee = new SmeeClient({
source: 'https://smee.io/PI6J3xe99sOV7LRB',
target: 'http://localhost:3000/events',
logger: console
})
const events = smee.start()
// Stop forwarding events
events.close()