gggg
v0.0.1
Published
An API for the URL shortener service at https://gg.gg
Downloads
4
Readme
gggg
An API for the URL shortener service at https://gg.gg/
GG.GG DOES NOT ENDORSE THIS COMMUNITY-MADE API WRAPPER AND I AM NOT AFFILIATED WITH GG.GG IN ANY WAY
Usage:
const gggg = require('gggg');
gggg.shorten(long_url, options); // Promise<short_url:string>
options
:
options.useNorefs
boolean - whether to use norefs.com. Defaultfalse
options.customPath
string - custom extension to the URL.