https://github.com/hugogresse/doctorating
A Browser extension (WebExtension) to display Google Maps rating on Doctolib search results.
https://github.com/hugogresse/doctorating
google-place-api js webextension
Last synced: 6 months ago
JSON representation
A Browser extension (WebExtension) to display Google Maps rating on Doctolib search results.
- Host: GitHub
- URL: https://github.com/hugogresse/doctorating
- Owner: HugoGresse
- Created: 2019-10-16T15:47:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:25:57.000Z (over 3 years ago)
- Last Synced: 2025-04-06T15:16:56.083Z (over 1 year ago)
- Topics: google-place-api, js, webextension
- Language: JavaScript
- Size: 2.58 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DoctoRating
A Browser extension (WebExtension) to display Google Maps rating on Doctolib search results.

### Install DoctoRating
- [Chrome](https://chrome.google.com/webstore/detail/doctorating/eajeengjfhpfpopilpkfcodmionfcbkn)
- [Firefox](https://addons.mozilla.org/fr/firefox/addon/doctorating/)
## Contribute
### Install
npm install
### Development
npm run dev chrome
npm run dev firefox
npm run dev opera
npm run dev edge
### Build
npm run build chrome
npm run build firefox
npm run build opera
npm run build edge
### Environment
1. Copy `.env.example` to `.env`
2. Create a new Google Api Key that have access to the Place API, [here](https://console.cloud.google.com/)
### Docs
* [webextension-toolbox](https://github.com/HaNdTriX/webextension-toolbox)