Skip to content

iamkunal9/whereitgoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WHEREITGOES

whereitgoes

Where it goes check where the short link takes you !

Example

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()

Documentation

Installation

npm i whereitgoes

Contributing

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.

Help

You can contact me on social media, Everything about me can be found here

Requirements

  • Node.Js installed

Dev Dependencies

  • Request

Contact

Contact me anywhere, just visit (https://github.com/iamkunal9)

License

This project is licensed under MIT License, See LICENSE for more information

About

Get the complete details about the url

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages