Pharmacy on duty api for Istanbul.
$ git clone [email protected]:emre/PharmacyOnDuty.git
$ (sudo) pip install -e .
This will install the api into your (virtual) environment as editable. If you make any changes in the codebase, you don't need to re-install the package.
Running the fetcher
$ fetch_pharmacy_data
Running the server
$ python server.py
see the district list at: http://localhost:5000/api/v1/istanbul/
Note: For production usage, use gunicorn or uwsgi.