Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)