Module: Irlp

Defined in:
lib/irlp.rb,
lib/irlp/scraper.rb,
lib/irlp/version.rb

Defined Under Namespace

Classes: Scraper

Constant Summary collapse

BASE_URL =
'http://status.irlp.net/index.php'
URLS =
{
  nodes: "#{BASE_URL}?PSTART=3",
  nodes_connected: "#{BASE_URL}?PSTART=2",
  nodes_mini: "#{BASE_URL}?PSTART=9",
  nodes_new: "#{BASE_URL}?PSTART=10",
  node_detail: "#{BASE_URL}?PSTART=11",
  reflectors: "#{BASE_URL}",
  reflector_usage: "#{BASE_URL}?PSTART=1",
}
VERSION =
"0.0.1"