ORCID / simple-orcid-auth-node

MIT License
2 stars 0 forks source link

Quickstart

1. Install NodeJS or Upgrade

Install it! or Upgrade it!

2. Download Project

Download zip file and unzip.

3. Open a command prompt

4. Cd into the directory you cloned or unzipped

Depending on how you downloaded and unzipped the project.

5. Install client app node dependencies

   npm install 

6. (OPTIONAL) Configure credentials.

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:

7. Start client application.

   node client-app.js

8. Open localhost http://localhost:8000/

You should have the a sample client application running on your local machine!

Finally you can also see this code running on a live machine:

https://simpleorcidauthnode-rcpetersorcid.rhcloud.com/