bitly
Only supports shortening and expanding of URLs ATM (I might add more in the future, but definitely feel free to PR)
Installation
Add this to your application's shard.yml
:
dependencies:
bitly:
github: greenbigfrog/bitly
Usage
require "bitly"
Get your access_token
with curl -u "username:password" -X POST "https://api-ssl.bitly.com/oauth/access_token"
Look at the examples
Development
TODO Write development instructions here
Contributing
- Fork it ( https://github.com/greenbigfrog/bitly/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- greenbigfrog Jonathan B. - creator, maintainer