Using shortened URLs and installing third-party APKs carries inherent risks. Because you cannot see the full destination URL before clicking, you should exercise caution.
wbonet01 --version
Expected output: wbonet01 v1.0.0
Since the exact wbonet01 is ambiguous, I will cover the four most likely installation scenarios based on real-world developer behavior. bitly wbonet01 install
const wbonet01 = require('bitly-wbonet01');
app.post('/shorten', (req, res) =>
const short = await wbonet01.shorten(req.body.longUrl);
res.json( short );
);
chmod +x /usr/local/bin/wbonet01