/milo

Google flights miles calculator

Primary LanguageJavaScriptMIT LicenseMIT

Milo

A chrome plugin to calculate miles and benefits from differnt flights.

Development

  1. Clone the repository.
  2. Install yarn: npm install -g yarn.
  3. Run yarn.
  4. Run npm run start
  5. Load your extension on Chrome following:
    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select the build folder.

Packing

After the development of your extension run the command

$ NODE_ENV=production npm run build

Now, the content of build folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.

Credit to Samuel Simões for the boilerplate. Samuel Simões ~ @samuelsimoes ~ Blog