Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pixeledcode/geo-fence

Geo Fence implementation using Reactjs with Leaflet
https://github.com/pixeledcode/geo-fence

geofence leaflet reactjs

Last synced: 19 days ago
JSON representation

Geo Fence implementation using Reactjs with Leaflet

Awesome Lists containing this project

README

        

### Geo Fencing using React Leaflet

#### Description:

A simple Geofence App to find if 'User 2' is in range of 'User 1'

Mark the location by clicking on the map. User 1 Marker have a range of 1KM and is shown by a circle around it.

User 2 Marker shows a Popup whether it is in that 1KM range or not.

Developed using [React Leaflet](https://react-leaflet.js.org/) and search is added using [React Leaflet Search](https://github.com/tumerorkun/react-leaflet-search)

![GeoFence](https://media.giphy.com/media/IkIpFbU2YrzKArp67J/giphy.gif)

#### Steps:
```
npm install
npm start
```
Demo is hosted on [AWS Amplify](https://master.d8pjybx1mf2s7.amplifyapp.com/)