- Notifications
You must be signed in to change notification settings - Fork1
denysvitali/shortest-skipper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This library helps you skip shorte.st links programmatically (you still have to wait 5 seconds)
Add this to your application'sshard.yml
:
dependencies:shortest-skipper:github:denysvitali/shortest-skipper
require"shortest-skipper"skipped=Shortest::Skipper::Skipper.skip"http://viid.me/qq0BOa"if skipped.is_a?Shortest::Skipper::Skipper::Resultputs skipped.destinationUrlend
I know,Shortest::Skipper::Skipper.skip
isn't beautiful, you can rename it if you want
TODO: Write development instructions here
- Fork it (https://github.com/denysvitali/shortest-skipper/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
- denysvitali Denys Vitali - creator, maintainer