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
- Host: GitHub
- URL: https://github.com/zpratt/idle-maps
- Owner: zpratt
- License: mit
- Created: 2015-03-07T21:56:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T20:10:36.000Z (about 11 years ago)
- Last Synced: 2025-04-20T18:39:41.226Z (about 1 year ago)
- Language: JavaScript
- Size: 174 KB
- Stars: 21
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React components for [Async Google Maps](https://github.com/zpratt/async-google-maps)
[](https://travis-ci.org/zpratt/idle-maps)
[](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.