https://github.com/xta/icd_lookup
Lookup by ICD Code or Title
https://github.com/xta/icd_lookup
Last synced: 9 months ago
JSON representation
Lookup by ICD Code or Title
- Host: GitHub
- URL: https://github.com/xta/icd_lookup
- Owner: xta
- Created: 2016-06-22T01:07:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T01:08:13.000Z (almost 10 years ago)
- Last Synced: 2025-07-04T18:53:21.487Z (11 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# ICD Codes Lookup
## Setup
npm install
(sudo) npm install -g browserify
(sudo) npm install http-server -g
## Usage
npm run build
npm run server
open http://localhost:8080/index.html
# Note: if page in browser appears stale, try refreshing the page.