shorturl-reverser
v1.0.2
Published
A js library for lookup short url
Downloads
9
Maintainers
Readme
short-url-reverser-js
A JavaScript library to reverse short URLs 🔗🔮.
Features 🤖
- Reverse short url to its original url!
Installation 📦
npm install shorturl-reverser
or
yarn add shorturl-reverser
Usage
Import module
const { reverser } = require('shorturl-reverser');
import { reverser } from 'shorturl-reverser';
Use the function
const url = await reverser('https://tinyurl.com/4hfst357');
console.log(url); // https://www.youtube.com/watch?v=dQw4w9WgXcQ
Example
See examples.
Contribution guidelines 📝
Your contributions are always welcome! Even if it's just a typo or a missing comma, we'll appreciate it.
- Fork the repository 🍴
- Create a branch with your feature or bug fix 🎋
- Commit your changes 💽
- Create a pull request 🧰