Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:25:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T11:26:04.893Z (about 2 months ago)
- Topics: google-place-api, js, webextension
- Language: JavaScript
- Size: 2.58 MB
- Stars: 1
- Watchers: 3
- 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.
![screenshot](./promo/promo-1200x800.png)
### 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)