You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// expand an URLconstunshortener=require("unshortener");// you can pass in a url object or stringunshortener.expand("http://t.co/rWP6BP3",(_err,url)=>{// url is a url objectconsole.log(url);});
Gives:
The text was updated successfully, but these errors were encountered: