Flights Map & Statistics is an application to present statistics for a collection of flights and display the flight routes on a map with the ability to filter for specific trips, flights and dates or participating people.
This HTML5 single-page javascript application is a demonstration project to try and learn various techniques used in modern web development. So, although the goal is to have always a high level of software quality expect to see some rather old or quirky things in here.
- I really like the dependency injection!
- What the heck happened to my build file?
- Check out the code coverage ...
- Get rid of the old UI code and use AngularJS
- Switch to more modern OpenLayers3
- Bundle locales?
- Bundle external libaries?
- @Mac OS X
- Xcode 7
- Xcode Command Line Tools
- Homebrew - http://brew.sh/
- brew install node
- npm install -g npm
- npm install -g gulp
- cd <project_directory>
- npm install
- gulp help