reeder

Web based feed reader for a Lotus workshop

MIT License

Stars
26

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

  1. Fork it ( https://github.com/jodosha/reeder/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

Acknowledgements

Thanks to the Pure team for their framework and their layout.

Copyright

© 2014 - 2016 Luca Guidi - Released under the MIT license.