Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

meanie-angular-geo-locate

A geolocation service for Angular.

  • 0.1.1
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Meanie - Angular Geo Location

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

A geolocation service for Angular for Meanie projects.

Installation

Install using the Meanie CLI:

meanie install angular-geo-locate

Usage

Include the service as a dependency and inject it into your modules:

angular.module('App.MyModule', [
  'Utility.GeoLocate.Service'
]).controller('MyController', function($geoLocate) {
  //Use the $geoLocate service
})

Use it in your modules:

$geoLocate().then(function(position) {
  //Position obtained
}, function(reason) {
  //Geolocation failed due to reason
});

Issues & feature requests

Please report any bugs, issues, suggestions and feature requests in the appropriate issue tracker:

Contributing

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

License

(MIT License)

Copyright 2015, Adam Buczynski

Keywords

FAQs

Package last updated on 14 Jul 2015

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc