Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casperlaitw/icd-10-cm-seeker
ICD-10-CM Seeker application
https://github.com/casperlaitw/icd-10-cm-seeker
Last synced: 5 days ago
JSON representation
ICD-10-CM Seeker application
- Host: GitHub
- URL: https://github.com/casperlaitw/icd-10-cm-seeker
- Owner: CasperLaiTW
- License: mit
- Created: 2015-09-25T11:19:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T11:29:59.000Z (about 9 years ago)
- Last Synced: 2023-08-02T16:13:47.147Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://casperlaitw.github.io/ICD-10-CM-Seeker/
- Size: 922 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ICD-10-CM Seeker
The ICD-10-CM Seeker is a web application that searching ICD-10 code.
## Demo
[http://casperlaitw.github.io/ICD-10-CM-Seeker](http://casperlaitw.github.io/ICD-10-CM-Seeker)
## Requirement
* Node v4.1.1
* SASS## Run
Please check your environment was settings complete.
After cloning the repo, do this so check it out:
```
npm install
npm start
open http://localhost:3000
```## Packages Dependencies
* [icd-10-cm-core](https://github.com/CasperLaiTW/icd-10-cm-core)
* [icd-10-cm-parser](https://github.com/CasperLaiTW/icd-10-cm-parser)