Display restaurant food hygiene ratings on your favourite UK takeaway websites.
NOTICE OF DEPRECATION
MunchDB has been turned off as its goal was met: most of the sites in question now list food hygeine ratings alongside the restaurant data. This repository will remain here to showcase how to build a cross browser extension with ES6. Thanks for your support, it was a fun project.
Current released version: 0.10.4
This extension uses the service provided by us at MunchDB.com to display ratings from the Food Standards Agency on the following domains:
- JUSTEAT > just-eat.co.uk
- Hungryhouse > hungryhouse.co.uk
- Deliveroo > deliveroo.co.uk
It can run within the following desktop browsers:
- Download and install from the Chrome Web Store.
- Download and install from the Firefox Add-ons Store (awaiting approval from FF).
- Download and install from the Opera Add-ons Store.
To create a new package that can be uploaded to the Chrome store:
- Bump the project version: use
bumpversion patch
for fixes andbumpversion major
for major releases. - Run
gulp dist
to create a dist ready .zip file, it will be located indist/chrome.zip
- Upload the new
chrome.zip
in the Chrome developer dasboard
This code is free to use under a 3-clause BSD License, see LICENSE.