Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Use sudo npm -g install waaai
to install the CLI program
$ waaai https://github.com/underr/waaai/
➔ http://waa.ai/4giF
Private link: $ waaai http://yuruyuri.com/ -p
➔ http://waa.ai/4gh7/9cf648
Custom link: $ waaai http://420.moe/ -c smokeeveryday
➔ http://waa.ai/smokeeveryday
Info from short code: $ waaai -i 4giF
npm install waaai
var waaai = require('waaai');
// Using promises:
waaai.link({
url: 'http://rei-ayanami.com/rei/',
custom: 'ayanami-rei'
})
.then(function(result) {
console.log(result) + '\n' // outputs http://waa.ai/ayanami-rei
});
// Or the hated yet traditional callbacks:
waaai.link({url: 'http://rei-ayanami.com/rei/'}, function(error, result) {
if (!error) console.log(result)
});
// Get info from a short code
waaai.info('4iLm')
.then(function (result) {
console.log(result)
});
FAQs
API and CLI tool for waa.ai
The npm package waaai receives a total of 0 weekly downloads. As such, waaai popularity was classified as not popular.
We found that waaai demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.