FoodInspect is a Google Chrome web-browser extension that displays restaurants' latest food inspection ratings from a public NYC agency dataset on Google Maps.
- Frontend: JavaScript, HTML, CSS
- Data: pandas, sodapy (NYC Open Data)
To run the project locally, follow these steps:
Before installing, ensure you have pip installed
-
Clone the repository:
git clonecdinto repository
-
Install dependencies and run:
cd dataSets pip install pandas pip install sodapy -
Loading the Extension into chrome:
- navigate to
chrome://extensions/ - Toggle Developer mode switch on the top right to ON
- Click on load unpacked button in the top left
- navigate to and select the project folder, and click confirm
- navigate to