0.0.1 • Published 6 years ago

gggg v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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. Default false
  • options.customPath string - custom extension to the URL.