Software can be used for GeoLocation Detection, it searches for given latitude longitude in the geo map json and returns the location where our latitude and longitude lie.
Language : Python
Framework Used : Flask
- Install all required libraries ( sorry I don't have requirement txt anymore, Ill be happy if any of you can contribute )
- Run app.py
- open http://127.0.0.1:5000/
- http://127.0.0.1:5000/post_location
- Expected Json : { "pin": "", "place_name": "", "admin_name": "", "latitude": "", "longitude": "" }