Skip to content

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

Notifications You must be signed in to change notification settings

violethaze74/api-example-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.3%
  • HTML 22.7%