https://github.com/jmrozanec/url-shortener
URL shortener as a library
https://github.com/jmrozanec/url-shortener
Last synced: 5 months ago
JSON representation
URL shortener as a library
- Host: GitHub
- URL: https://github.com/jmrozanec/url-shortener
- Owner: jmrozanec
- License: apache-2.0
- Created: 2017-03-27T18:48:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T19:16:58.000Z (about 9 years ago)
- Last Synced: 2024-12-27T15:11:05.313Z (over 1 year ago)
- Language: Java
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
url-shortener
===========
A Java library to shorten URLs: because any site should be able to provide its own! The project follows the [Semantic Versioning Convention](http://semver.org/) and uses Apache 2.0 license.
[](https://gitter.im/url-shortener/)
[](https://travis-ci.org/jmrozanec/url-shortener)
**Download**
url-shortener is available on [Maven central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.bit-scout%22) repository.
com.bit-scout
url-shortener
0.1.0-SNAPSHOT
**Features**
Allows to shorten URLs and return a given mapping.
**Example**
```java
String shortURL = new URLShortener().shorten("https://thislargeurl.com/with/something/here/and/something/else/there");
```
**Contribute & Support!**
Contributions are welcome! You can contribute by
* starring and/or Flattring this repo!
* requesting or adding new features.
* enhancing existing code: ex.: provide more accurate description cases
* testing
* enhancing documentation
* providing translations to support new locales
* bringing suggestions and reporting bugs
* spreading the word / telling us how you use it!
Support us donating once or by subscription through Flattr!
[](https://flattr.com/submit/auto?user_id=jmrozanec&url=https://github.com/jmrozanec/url-shortener)