Module: FootballNow

Defined in:
lib/football_now/version.rb

Defined Under Namespace

Classes: CLI, DB, Importer, League, Match, Scraper, Team

Constant Summary collapse

VERSION =
"0.1.6"
DB_PATH =

Football Now Config options

DB_PATH Folder in the directory where scraped HTML pages are saved.

"#{File.expand_path("../..", __dir__)}/data"
TIME_OUT =

TIME_OUT The number of seconds that a saved copy of the HTML file is valid for. Default = 24 hours

86400