class WadokuSearchClient < Sinatra::Base
set :api_host, 'localhost:2323' # instead of '127.0.0.1:2323'
set :root, ROOT_DIR
set :views, settings.root + "/app/views"
set :static, true
enable :sessions
end
boot chrome in a mode that allows cross origin requests
shell: open -a Google\ Chrome --args --disable-web-security