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

1.1.1
unpublished
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

meanie-angular-geo-locate

npm version node dependencies github issues codacy Join the chat at https://gitter.im/meanie/meanie

An Angular service for geo location

Installation

You can install this package using npm or bower.

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.

bower

bower install meanie-angular-geo-locate

Include the script bower_components/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="bower_components/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! Please create them against the dev branch of the repository.

If you would like to contribute to Meanie, please check out the Meanie contributing guidelines.

License

(MIT License)

Copyright 2015-2016, Adam Buczynski

Keywords

meanie

FAQs

Package last updated on 10 Feb 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.