Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/knownasilya/google-maps-zoom

Google Maps zoom control component addon for Ember CLI
https://github.com/knownasilya/google-maps-zoom

ember-addon google-maps

Last synced: about 21 hours ago
JSON representation

Google Maps zoom control component addon for Ember CLI

Awesome Lists containing this project

README

        

# google-maps-zoom

Google Maps zoom control component for Ember CLI.

This zoom component mimicks the new "Signed In" zoom control styles
making it easy for mobile users, due to its bigger size.

## Usage

```hbs
{{map-zoom map=map zoomout='zoomOut' zoomin='zoomIn'}}
```

## Installation

* `git clone` this repository
* `npm install`
* `bower install`

## Running

* `ember server`
* Visit your app at http://localhost:4200.

## Running Tests

* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).