This is the source code for the ODI Leeds flight emissions tracker, which is powered by our flight data index. You'll find links to all of the data in that index; it's all openly available for anyone to contribute to or use.
Please get in touch if you have any questions or want to contribute. There's a blog on our website explaining the project a bit more.
Please feel free to improve this and open a pull request! Instructions for setting it up are below.
git clone https://github.com/patricklake2/flight-emissions.git
cd flight-emissions
npm install
npm run serve
npm run build
npm test
npm run lint
This was built with Vue CLI, see the Configuration Reference.