reeder
reeder copied to clipboard
Web based feed reader for a Lotus workshop
Reeder
A simple feed reader built with Hanami

Requirements
- Ruby 2+ (with Bundler)
- SQLite 3
Setup
Clone the repository and cd
% git clone https://github.com/jodosha/reeder.git && cd &_
Install the required gems
% bundle install
Run the tests
% HANAMI_ENV=test bundle exec hanami db create
% HANAMI_ENV=test bundle exec hanami db migrate
% bundle exec rake spec
Run
Migrate and seed the database
% bundle exec hanami db create
% bundle exec hanami db migrate
Fetch articles:
% bundle exec rake db:seed
Run the server and visit http://localhost:3000
% bundle exec hanami server
Explanation
This Hanami demo application was built on the first place for an Eurucamp workshop.
Contributing
- Fork it ( https://github.com/jodosha/reeder/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
Acknowledgements
Thanks to the Pure team for their framework and their layout.
Copyright
© 2014 - 2016 Luca Guidi - Released under the MIT license.