node-cleanuri
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "node-cleanuri", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "API Wrapper for CleanURI.com", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -8,8 +8,11 @@ # Node-CleanURI | ||
async main() { | ||
short_url = await shorten("https://cstayyab.com"); | ||
console.log(short_url); | ||
let main = async () => { | ||
let short_url = await shorten(new URL("https://cstayyab.com")); | ||
console.log(short_url.toString()); | ||
} | ||
main(); | ||
``` | ||
``` | ||
### Output | ||
> `https://cleanuri.com/jJW0jm` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7497
6
17