1.0.3 • Published 4 years ago

relink-client v1.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

relink-shortener

A simple shortener with rel.ink API


Example

const relink = require("relink-client")

relink.short("https://google.com").then(resp => console.log(resp.url))

resp :

  • resp.url : get the url of the shortcut link
  • resp.hashid : get the hashid
  • resp.created_at : link creation date

Developed by AndroneDev

My WebSite | My Discord

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago