kurzer-url

4.0.0 • Public • Published

kurzer-url

is.gd API wrapper for Node.js.

Docs

Documentation

Prerequisites

Installation

npm install kurzer-url

Example

const Kurzer = require('kurzer-url');

const kurzer = new Kurzer();

(async () => {
  try {
    const shortUrl = await kurzer.short('https://google.com.br/');
    console.log(shortUrl);

    const statsUrl = await kurzer.stats('https://is.gd/YS736B');
    console.log(statsUrl);
  } catch (error) {
    console.error(error);
  }
})();

Built With

Authors

Acknowledgments

Package Sidebar

Install

npm i kurzer-url

Weekly Downloads

9

Version

4.0.0

License

MIT

Unpacked Size

6.01 kB

Total Files

13

Last publish

Collaborators

  • xxgicoxx