Example full-stack web app that retrieves ICD API samples via Express and node.js
- Requirements: node.js locally installed
- Download the GitHub repository (manually clone or run
npx degit thebitspud/ICD-web-demo --force
at desired project location) - Open fetch-token.js and set
client_id
andclient_secret
accordingly - Navigate to project directory and run
npm install
- Run
node server.js