🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

meanie-angular-geo-locate

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

meanie-angular-geo-locate

An Angular service for geo location

unpublished
latest
Source
npmnpm
Version
1.2.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

  • Meanie logo designed by Quan-Lin Sim

License

(MIT License)

Copyright 2015-2017, Adam Reis

Keywords

meanie

FAQs

Package last updated on 09 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts