Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 507 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 507 Bytes

ICD-web-demo

Example full-stack web app that retrieves ICD API samples via Express and node.js

Usage

  • Requirements: node.js locally installed
  1. Download the GitHub repository (manually clone or run npx degit thebitspud/ICD-web-demo --force at desired project location)
  2. Open fetch-token.js and set client_id and client_secret accordingly
  3. Navigate to project directory and run npm install
  4. Run node server.js