Class: Pipe::Input::HackerNews

Inherits:
Source::JSONFeed show all
Defined in:
lib/pipe/input/hacker_news.rb

Instance Method Summary collapse

Methods inherited from Source::JSONFeed

#get

Constructor Details

#initialize(options = {}) ⇒ HackerNews

Returns a new instance of HackerNews.



2
3
4
# File 'lib/pipe/input/hacker_news.rb', line 2

def initialize(options={})
  super(url: 'http://apify.heroku.com/api/hacker_news.json')
end