https://github.com/bauerj/flightsearch-co2
Compare CO2 emissions for your flights on Google Flights ✈
https://github.com/bauerj/flightsearch-co2
Last synced: about 1 year ago
JSON representation
Compare CO2 emissions for your flights on Google Flights ✈
- Host: GitHub
- URL: https://github.com/bauerj/flightsearch-co2
- Owner: bauerj
- License: apache-2.0
- Created: 2019-08-06T16:26:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T18:05:08.000Z (over 5 years ago)
- Last Synced: 2025-02-09T06:26:49.469Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 423 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Google Flights CO₂ extension
Adds information about CO₂ emissions to results on Google Flights.

## Quick Start
1. Clone repository
1. Create `secrets.json` file with API credentials from Atmosfair.
2. Run `yarn install --dev` to install dependencies
3. Run `yarn dev`. This will open a Firefox window with the plugin already loaded and hot-reload enabled.
5. Open [flights.google.com](flights.google.com)
6. Search for something
## Add-on build process
1. Run `yarn install --dev`.
2. Run `yarn build`.
3. Extension is in ./web-ext-artifacts and ready to upload.