@hackage Bitly0.0.5

A library and a command line tool to access bit.ly URL shortener.

This package allows to use bit.ly and j.mp URL shortening service from Haskell. Currently it supports shorten and expand requests.

API key is required. Please find yours at http://bit.ly/account/.

Configuration file (`~/.bitly`) format:

login = your_bit.ly_login
apikey = your_API_key

Examples (command line utility):

$ echo "Text with an URL: http://example.com/" | bitly
Text with an URL: http://bit.ly/2eSq1z
$ bitly shorten http://example.com
http://bit.ly/2eSq1z
$ bitly expand http://bit.ly/2eSq1z
http://example.com/
  • Deprecated

  • Dependencies (0)

  • Dependents (0)