dmcd / api-example-flask

An example Python app on 23andMe's genome API using the flask microframework.

Home Page:https://api.23andme.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api-example-flask

An example Python client application of 23andMe's API using the flask microframework.

Clone the repository, create a virtual environment in the directory, and start using it:

cd api-example-flask && virtualenv .
source bin/activate

Then, install the required packages (flask and requests):

pip install -r requirements.txt

You're good to go. Start it with:

python client.py

About

An example Python app on 23andMe's genome API using the flask microframework.

https://api.23andme.com


Languages

Language:Python 70.9%Language:HTML 29.1%