Skip to content

ecdeveloper/node-flight-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-flight-stats

Node.js app for parsing flight info from flightstats.com

Built with

Node.js, express, angular, jade, bower

Install & Run

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

Demo

About

Node.js app for parsing flight info from flightstats.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published