UNPKG

hoover-washer-status-check

Version:
7 lines (4 loc) 147 B
#!/usr/bin/env node import config from './config'; import { createServer } from './udpServer/server'; createServer().bind(config.udpServerPort);