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

https://github.com/beyonk/marker-clusterer-ssr

An SSR compatible implementation of Google Maps MarkerClusterer
https://github.com/beyonk/marker-clusterer-ssr

beyonk google google-maps google-maps-sdk javascript maps marker-clusterer-ssr sdk ssr

Last synced: 3 days ago
JSON representation

An SSR compatible implementation of Google Maps MarkerClusterer

Awesome Lists containing this project

README

          











## Marker Clusterer SSR

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com) [![CircleCI](https://circleci.com/gh/beyonk-adventures/marker-clusterer-ssr.svg?style=shield)](https://circleci.com/gh/beyonk-adventures/marker-clusterer-ssr) ![ssr-ready](https://img.shields.io/badge/ssr-ready-orange.svg)

### What is it?

This is an ES-ified, linted, bugfixed implementation of the [Google Maps MarkerClusterer](https://github.com/googlemaps/v3-utility-library/tree/master/markerclusterer) component, building on some great, but no-longer-supported [previous efforts](https://www.npmjs.com/package/js-marker-clusterer-universal). It is designed to support SSR and export an ES6 component.

### How do I install it?

#### Via NPM

Simply install the node module into your codebase.

```bash
npm install --save-dev @beyonk/marker-clusterer-ssr
```

and into your code:

```js
import MarkerClusterer from '@beyonk/marker-clusterer-ssr'
```