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
- Host: GitHub
- URL: https://github.com/theabbie/unshorten.it
- Owner: theabbie
- License: mit
- Created: 2020-11-18T17:45:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T18:05:29.000Z (over 4 years ago)
- Last Synced: 2025-03-18T15:45:12.337Z (about 1 month ago)
- Topics: theabbie, unofficial-apis, unshort-url, unshorten
- Language: JavaScript
- Homepage: https://unshorten.it/
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# unshorten.it

>**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