Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/st0012/html-pipeline-flickr
A html-pipeline filter that converts flickr url into a linkable image
https://github.com/st0012/html-pipeline-flickr
Last synced: 10 days ago
JSON representation
A html-pipeline filter that converts flickr url into a linkable image
- Host: GitHub
- URL: https://github.com/st0012/html-pipeline-flickr
- Owner: st0012
- Created: 2015-07-24T22:44:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T09:30:42.000Z (over 8 years ago)
- Last Synced: 2024-05-02T04:57:02.669Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/st0012/html-pipeline-flickr.svg?branch=master)](https://travis-ci.org/st0012/html-pipeline-flickr)
# HTML::Pipeline Flickr Gem
A html-pipeline filter that converts flickr url into a linkable image## Installation
Add this line to your application's Gemfile:
```ruby
gem 'html-pipeline'
gem 'html-pipeline-flickr'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install html-pipeline-flickr
## Usage
See [html-pipeline](https://github.com/jch/html-pipeline)
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
1. [Fork it]( https://github.com/st0012/html-pipeline-flickr/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request