It is a web application using Nodejs which allow user to authenticate with 23andme and show user’s informations.
$ npm install or
$ npm install package.jsonused nodeJs as the server and type the following to activate the server.
$ node node.jsdefault address port will be prot 5000 and type index.html to connect 23andMe. eg. http://localhost:5000/index.html
Since redirect_uri, client_id, client_secret, scope and port can be frequently change. On this project, I didn't hard code those parameters instead of link them all into the config file.