UNPKG

bot-canalplus

Version:

A simple bot that scrap Canal+ job board periodically.

3 lines (2 loc) 118 B
var socket = require('socket.io-client')('http://localhost:3000'); socket.on('poste', (poste) => console.log(poste));