meanie-angular-geo-locate
An Angular service for geo location
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) {
}, function(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