Skip to content

Commit

Permalink
Merge pull request #18 from SamvelRaja/patch_build_status
Browse files Browse the repository at this point in the history
Updated Readme for the build status tag
  • Loading branch information
SamvelRaja committed Sep 26, 2015
2 parents 8c6ad9e + 9aa3432 commit fac6e37
Showing 1 changed file with 29 additions and 12 deletions.
41 changes: 29 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
# google-maps-addon

#An Ember Addon
[![Build Status](https://travis-ci.org/SamvelRaja/google-maps-addon.svg?branch=master)](https://travis-ci.org/SamvelRaja/google-maps-addon)

[![NPM](https://nodei.co/npm/google-maps-addon.png)](https://nodei.co/npm/google-maps-addon/)

# An Ember Addon

Google maps [ember addon](http://www.emberaddons.com/) easy to consume.

[![NPM](https://nodei.co/npm/google-maps-addon.png)](https://nodei.co/npm/google-maps-addon/)

Installation
## Installation

* `ember install:addon google-maps-addon`

```bash
ember install google-maps-addon --save-dev
```

**--save-dev** for adding the addon automatically into you application package.json
## Running Tests

That's it, Google maps ember addon ready to use.
* `ember test`
* `ember test --server`

## Usage

```hbs
{{google-maps-addon MapOptions=mapOptions}}
Expand Down Expand Up @@ -89,20 +94,32 @@ mapOptions : {
'mouseover',
'rightclick'
```
## Issue and Feature request

Feel free to raise an issue or feature request.

**DEMO**

## Contributing

1. [Fork it](https://github.com/SamvelRaja/google-maps-addon/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## DEMO

![google-maps-addon](https://raw.githubusercontent.com/SamvelRaja/google-maps-addon/master/demo/google-maps-addon.gif)

Next update would be,

## Next Planned update,

More info window support (events, adding it to markers)

Need more interactions back into the component than getting out of component

#Contributions
# License

Contributions are welcome!
Copyright (c) 2015 SamvelRaja

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

0 comments on commit fac6e37

Please sign in to comment.