jmrozanec / url-shortener

URL shortener as a library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and uses Apache 2.0 license.

Gitter Chat Build Status

Download

url-shortener is available on Maven central repository.

<dependency>
    <groupId>com.bit-scout</groupId>
    <artifactId>url-shortener</artifactId>
    <version>0.1.0-SNAPSHOT</version>
</dependency>

Features Allows to shorten URLs and return a given mapping.

Example

   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!

Flattr this!

About

URL shortener as a library

License:Apache License 2.0


Languages

Language:Java 100.0%