Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
meanie-angular-geo-locate
Advanced tools
AngularJS module for geolocation
You can install this package using meanie
, npm
or bower
.
meanie install angular-geo-locate
Then add GeoLocate.Service
as a dependency for your app:
angular.module('App.MyModule', ['GeoLocate.Service']);
npm install meanie-angular-geo-locate
Then add as a dependency for your app:
angular.module('App.MyModule', [require('meanie-angular-geo-locate')]);
bower install meanie-angular-geo-locate
Add a <script>
to your index.html
:
<script src="/bower_components/meanie-angular-geo-locate/release/meanie-angular-geo-locate.js"></script>
Then add GeoLocate.Service
as a dependency for your app:
angular.module('App.MyModule', ['GeoLocate.Service']);
angular.module('App.MyModule').controller('MyController', function($geoLocate) {
$geoLocate().then(function(position) {
//Position obtained
}, function(reason) {
//Geolocation failed due to reason
});
});
Please report any bugs, issues, suggestions and feature requests in the meanie-angular-geo-locate issue tracker.
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.
(MIT License)
Copyright 2015, Adam Buczynski
FAQs
An Angular service for geo location
The npm package meanie-angular-geo-locate receives a total of 0 weekly downloads. As such, meanie-angular-geo-locate popularity was classified as not popular.
We found that meanie-angular-geo-locate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.