9 packages
firefox-wrapper
``` const FirefoxWrapper = require( "firefox-wrapper" );
getephemeralports
runs 'ss -lntu' command and returns json results
homebridge-twilio-sms-cooloff
Homebridge plugin to send SMSes with a static message using Twilio api (paid service) - with cooloff
jsonfile-obj-db
```javascript const JFODB = require( "jsonfile-obj-db" );
lilreporter
redis-manager-utils
### Some main.js ``` const RMU = require( "redis-manager-utils" ); ( async ()=> { console.log( "Starting" ); var my_con_1 = new RMU( 1 ); await my_con_1.init(); module.exports.redisConProxy = my_con_1; console.log( await my_con_1.exists( "TESTING_KEY
simple-twitter-scraper-2
Simplify twitter scraper using adapted twitter-scraper package.
unilink1
## Example: Server.js
xdotool-wrapper
``` const XDoToolWrapper = require( "xdotool-wrapper" );