Class: TRMNLPreview::App

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/trmnl_preview/app.rb

Constant Summary collapse

VIEWS =

Constants

%w{full half_horizontal half_vertical quadrant}
CONFIG_PATH =
File.join(Dir.pwd, 'config.toml')
USER_VIEWS_DIR =
File.join(Dir.pwd, 'views')
TEMP_DIR =
File.join(Dir.pwd, 'tmp')
DATA_JSON_PATH =
File.join(TEMP_DIR, 'data.json')