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

https://github.com/zpratt/idle-maps

Google maps react components
https://github.com/zpratt/idle-maps

Last synced: about 1 year ago
JSON representation

Google maps react components

Awesome Lists containing this project

README

          

React components for [Async Google Maps](https://github.com/zpratt/async-google-maps)

[![Build Status](https://travis-ci.org/zpratt/idle-maps.svg)](https://travis-ci.org/zpratt/idle-maps)
[![npm](https://img.shields.io/npm/v/idle-maps.svg)](https://www.npmjs.com/package/idle-maps)

### Not fully baked yet

I am still working out some things with the overlay mixin.

## Running tests

This module is 100% test-driven. Please feel free to run the tests and critique them.

1. `git clone` ...
2. Install io.js (needed for jsdom)
3. `npm i`
4. `npm test`

## Usage

Take a look at the examples directory for a few samples of how to use the mixins.

### Running examples locally

1. `npm i`
2. `npm start`
3. Navigate to [http://localhost:8080/](http://localhost:8080/)

## Documentation

Coming soon.