Skip to content

Web-API for axorax.github.io/urlmskr an simple and easy-to-use public API that allows you to shorten URLs

Notifications You must be signed in to change notification settings

aurelione/url_mskr.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

url_mskr.js

Web-API for axorax.github.io/urlmskr an simple and easy-to-use public API that allows you to shorten URLs

Example

async function main() {
	const { UrlMskr } = require("./url_mskr.js")
	const urlToMask = "https://example.com"
	const urlMskr = new UrlMskr(urlToMask)
	const maskedUrl = await urlMskr.maskUrl()
	console.log(maskedUrl)
}

main()

About

Web-API for axorax.github.io/urlmskr an simple and easy-to-use public API that allows you to shorten URLs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published