0.1.3 • Published 2 years ago

whereitgoes v0.1.3

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

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