@hackage Bitly0.0.8
A library to access bit.ly URL shortener.
Deprecated
Dependencies (3)
Dependents (3)
@hackage/acme-everything, @hackage/twidge, @hackage/bitly-cli
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 https://bitly.com/a/account.
Configuration file (`~/.bitly`) format:
login = your_bit.ly_login apikey = your_API_key
For command line utility see `bitly-cli` package.