eruda-geolocation / README.md
soiz1's picture
Update README.md
9b7f0ee verified
---
sdk: docker
---
# eruda-geolocation
[![NPM version][npm-image]][npm-url]
[![Build status][ci-image]][ci-url]
[![License][license-image]][npm-url]
[npm-image]: https://img.shields.io/npm/v/eruda-geolocation.svg
[npm-url]: https://npmjs.org/package/eruda-geolocation
[ci-image]: https://img.shields.io/github/actions/workflow/status/liriliri/eruda-geolocation/main.yml?branch=master&style=flat-square
[ci-url]: https://github.com/liriliri/eruda-geolocation/actions/workflows/main.yml
[license-image]: https://img.shields.io/npm/l/eruda-geolocation.svg
Eruda plugin for testing geolocation.
## Demo
Browse it on your phone:
[https://eruda.liriliri.io/?plugin=geolocation](https://eruda.liriliri.io/?plugin=geolocation)
## Install
```bash
npm install eruda-geolocation --save
```
```javascript
eruda.add(erudaGeolocation);
```
Make sure Eruda is loaded before this plugin, otherwise won't work.