Demo app for FHIR Genomics API. How to use This demo app uses requests and flask. If you have pip, simply do $ pip install requests flask Edit config.py to point the app to a server. Run the server at localhost with: $ python app.py