Skip to content

viswans83/hntrendz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aac4170 · Jan 24, 2014

History

18 Commits
Jan 22, 2014
Jan 22, 2014
Jan 23, 2014
Jan 23, 2014
Jan 23, 2014
Jan 22, 2014
Jan 15, 2014
Jan 15, 2014
Jan 24, 2014
Jan 19, 2014
Jan 22, 2014
Jan 22, 2014

Repository files navigation

Hntrendz

Capture and chart trending information for Hacker News

Screenshot

hntrendz

See it Online

http://apps.defsym.me/hntrendz

Installation

Clone this repository into a folder of your choice

$ git clone https://github.com/rationalrevolt/hntrendz.git

To install dependencies:

$ bundle install

Setup the development database:

$ sequel -m db/migrations/ sqlite://db/hntrendz.db

To launch the Sinatra app:

$ ruby hntrendz.rb

To start the background process that fetches stories from Hacker News:

$ bundle exec clockwork lib/hntrendz/jobs/clock.rb

Contributing

  1. Fork it ( http://github.com/rationalrevolt/hntrendz/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 new Pull Request

About

Capture trending information for Hacker News

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published