Node.js app for parsing flight info from flightstats.com
Node.js, express, angular, jade, bower
Make sure you have installed node.js and bower (globally). If you don't have bower - install it with npm:
npm install bower -g
Now just run:
npm install
bower install
npm start
You're done. Application is accessible now at http://127.0.0.1:3000
To use a custom port:
PORT=<port_number> npm start