Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 800 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 800 Bytes

React components for Async Google Maps

Build Status npm

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/

Documentation

Coming soon.