Download zip file and unzip.
Windows
Select Search programs and files
type in node.js command prompt
and select Node.js command prompt
.
OSX
Open terminal by clicking Search Spotlight
typing in Terminal
and selecting Terminal.
Depending on how you downloaded and unzipped the project.
Windows
cd Downloads/simple-orcid-auth-node-master/simple-orcid-auth-node-master
OSX
cd Downloads/simple-orcid-auth-node-master
npm install
This example is configured with default test credentials. You can optionally request your own sandbox credentials: http://orcid.org/content/register-client-application. The following configuration keys can be overwritten by setting environment variables:
node client-app.js
You should have the a sample client application running on your local machine!