Launch Site Flicky
This is an entry in the 2012 Rails Rumble. After checking it out, we encourage you
to leave feedback and then take a look at the hundreds of other amazing entries.
By "Flick"
Description
Fly through your to-read backlog with Flicky.biz!
Do you use Instapaper to manage your to-read list?
Do you have an impossible backlog of items to read?
Flicky finds the patterns in the articles you've saved for later. So, when you have time to read, you can easily pick a topic and go!
Built By
Built With
Interested in seeing what was used to build this application? Resources may include things like open source libraries, third party APIs, and icons.
Rails, MySQL, Instapaper API, Nokogiri, Carrot2, Zurb Foundation
gem 'rails', '3.2.8'
gem 'mysql2'
gem 'annotate', '~> 2.4.1.beta'
gem 'zurb-foundation', '~> 2.2'
gem "rspec-rails", "~> 2.0"
gem 'capistrano'
gem '...
Rails, MySQL, Instapaper API, Nokogiri, Carrot2, Zurb Foundation
gem 'rails', '3.2.8'
gem 'mysql2'
gem 'annotate', '~> 2.4.1.beta'
gem 'zurb-foundation', '~> 2.2'
gem "rspec-rails", "~> 2.0"
gem 'capistrano'
gem 'instapaper_full'
gem 'honeybadger'
gem 'nokogiri'
gem 'carrot2'
2012