1.0.7 • Published 4 years ago

nerdyshort.js v1.0.7

Weekly downloads
1,974
License
ISC
Repository
github
Last release
4 years ago

nerdyshort.js

API library for nerdyshort site api.

Setup / Usage

Setting up nerdyshort.js

const shortner = require('nerdyshort.js');

Shortening URLs

let data = await shortner.shortenURL('https://www.github.com')
/*
returns object:
{
  "success": true,
  "data": https://www.nerdurl.ml/zdyU1
}
1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago