screwgoth / live-location-tracker

May 2018 Python Pune Hackathon project : Live Location Tracking using Mobile GPS Logger
31 stars 10 forks source link

Create Webhook for Location Model #21

Open chetanzope opened 6 years ago

chetanzope commented 6 years ago

Location (latitude and Longitude) is updated in our model in the variable interval. So we will create webhook to notify our webapp about location.

chetanzope commented 6 years ago

We Should apply webhook from js side. So trying to investigate and try from my end to create the hook with angular Js.