Skip to content

rtuck99/orcid-api-walkthrough

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An step by step live demo to explain how the Oauth2 dance works in the ORCID API and how to use the access tokens to edit an ORCID record.

Install NodeJS or Upgrade

Install it! or Upgrade it! if the version if less then 0.12.0

Install Gulp

sudo npm install --global gulp 

Install dependencies

npm install 

Run gulp, includes express web server

gulp

Source JavaScript and SCSS files are under /src folder, do not modify files that are in (/public/gulp_derived)

Production minimize mode

The default view doesn't reference minimized js and css to make development easier. To enable css and javascript minimization for production set the MINIMIZE environment variable to true;

export MINIMIZE=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.9%
  • CSS 48.1%