Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 353 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 353 Bytes

api-server

Simple and basic api server wriiten in python3

Usage

$ python3 geo_server.py

Runs server locally on http://localhost:8000

and

http://localhost:8000/city_name

gets the reponse json containing city's state, pincode, Latitude and longitude

To do :
  • create proper database
  • improve the data and add more functionalities