An open API service indexing awesome lists of open source software.

https://github.com/theabbie/unshorten.it

Unofficial unshorten.it API
https://github.com/theabbie/unshorten.it

theabbie unofficial-apis unshort-url unshorten

Last synced: about 1 month ago
JSON representation

Unofficial unshorten.it API

Awesome Lists containing this project

README

        

# unshorten.it
![unshorten.it](https://user-images.githubusercontent.com/17960677/99568227-2f2aea00-29f5-11eb-8ac2-bbc62bf7d40c.png)
>**Unofficial unshorten.it API**

## Example

```js
var unshortener = require("unshorten.it");

unshortener(url).then((long_url) => {
console.log(long_url);
});
```

## 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](https://theabbie.github.io)

## Installation

### Requirements

* Node.Js installed

### Dev Dependencies

* Axios
* Cheerio

## Credits

* [unshorten.it](https://unshorten.it) For Creating an excellent URL unshortener.

## Contact

Contact me anywhere, just visit [my portfolio](https://theabbie.github.io)

## License

This project is licensed under MIT License, See [LICENSE](/LICENSE) for more information