1.2.1 • Published 7 years ago

meanie-angular-geo-locate v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

meanie-angular-geo-locate

npm version node dependencies github issues codacy

An Angular service for geo location

Meanie

Installation

You can install this package using npm:

npm install meanie-angular-geo-locate --save

Include the script node_modules/meanie-angular-geo-locate/release/meanie-angular-geo-locate.js in your build process, or add it via a <script> tag to your index.html:

<script src="node_modules/meanie-angular-geo-locate/release/meanie-angular-geo-locate.js"></script>

Add GeoLocate.Service as a dependency for your app.

Usage

angular.module('App.MyModule', [
  'GeoLocate.Service'
]).controller('MyController', function($geoLocate) {
  $geoLocate().then(function(position) {
    //Position obtained
  }, function(reason) {
    //Geolocation failed due to given reason
  });
});

Issues & feature requests

Please report any bugs, issues, suggestions and feature requests in the meanie-angular-geo-locate issue tracker.

Contributing

Pull requests are welcome! If you would like to contribute to Meanie, please check out the Meanie contributing guidelines.

Credits

License

(MIT License)

Copyright 2015-2017, Adam Reis

1.2.1

7 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago