FlyerTalk Forums - View Single Post - Flightplan: How to search a year of award inventory [no longer maintained]
Old Jul 8, 2018, 10:16 pm
  #7  
jd20
 
Join Date: Jan 2010
Posts: 189
Originally Posted by rickywk
Here you go

I also don't know how to launch the web UI or perform simple search
Hi Ricky, what do you get if you run "python --version", and what version of Windows are you running? Also, can you try running (in the same directory) just "yarn add syncprompt" and let me know the output? It sounds like what's happening is building that native extension on Windows is failing, I can file a bug against the creator of that module if it is indeed the case.

Also, once everything is installed, from that directory, the following commands are useful:

"flightplan" - shows help for all commands
"flightplan server" and "flightplan client" - you run these two commands, and then open a browser pointed to "http://localhost:3000/" That will let you see results.
jd20 is offline