ember-cli-geolocation
Addon provides property into routes and controllers to get geo-location information (e.g. coords.)
Installation
npm install --save-dev ember-cli-geolocation
ember generate ember-cli-geolocation
Usage
Available as mixin, you can use like that:
;; // Some controllerController;
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/. Addon based on geoPosition.