Where it goes check where the short link takes you !
The Following Code snipet will help you understand how to use this.
// Import the module
var Whereitgoes = require("whereitgoes");
var whereitgoes = new Whereitgoes();
async function run(){
var json = await whereitgoes.getredirect("https://bit.ly/iamkunal9");
console.log(json);
// An object containing list of all the redirects
}
run()
npm i whereitgoes
Thank you for your interest in contributing, If you feel like there's something missing or any new feature can be added, just create a PR and I will see the rest.
You can contact me on social media, Everything about me can be found here
- Node.Js installed
- Request
Contact me anywhere, just visit (https://github.com/iamkunal9)
This project is licensed under MIT License, See LICENSE for more information