1.2.2 • Published 2 years ago

unshorter v1.2.2

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

unshorter

Promise-based, Minimalist and Lightweight URL unshortner for Node.js

Installation

npm install unshorter --save

Usage

// ES6 Modules
import unshorter from 'unshorter';

// CommonJS Modules
const unshorter = require('unshorter');

const shortUrl = 'https://s.id/aliazhar-github' //Example

unshorter(shortUrl)
 .then((longUrl) => console.info('Result:', longUrl))
 .catch((err) => console.error('Oops!'));

License

This project is licensed under MIT License.

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago