4.0.0 • Published 3 years ago

kurzer-url v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

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

4.0.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

4 years ago

2.0.1

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago