samyun / southwest-price-drop-bot

Bot that watches Southwest flights for price drops.
Other
74 stars 41 forks source link

Local Setup help #42

Open 998877123 opened 5 years ago

998877123 commented 5 years ago

I installed the app locally and tried to run it via previous instructions " I'm working on some instructions. In the meantime, clone the repo, install node and npm, do npm install from a terminal window in the repo directory, and node --trace-warnings index.js". i get message "app started on undefined" and nothing happened. any help is greatly appreciated. ty

samyun commented 5 years ago

Something's wrong with the port binding. Look into a hello world tutorial for setting up node. Once you get node working, this should then work.