Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 795 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 795 Bytes

Basic EmberJS-based front-end

That project gathers simple examples to make use of the Travel Intelligence API (available from https://travel-intelligence.com/api).

Configuration

From the command-line (CL), start a new Google Chrome session, disabling the security (do not surf on the rest of Web with those options!): $ mkdir -p $HOME/tmp/chrome $ google-chrome --user-data-dir=$HOME/tmp/chrome --allow-file-access-from-files --disable-web-security login.html index.html

You can also copy the desktop shortcut (to Google Chrome) and amend it, adding the following two options: --allow-file-access-from-files --disable-web-security

Note that on MS Windows systems, the options are set with a single dash (-), not a double one (--) like on Linux.