An open API service indexing awesome lists of open source software.

https://github.com/offscale/glaucoma-risk-calculator-engine-dist

Glaucoma risk calculator compute engine [dist]
https://github.com/offscale/glaucoma-risk-calculator-engine-dist

Last synced: 4 months ago
JSON representation

Glaucoma risk calculator compute engine [dist]

Awesome Lists containing this project

README

          

Glaucoma risk calculator compute engine
=======================================

## Install prerequisites

0. node & npm (tested with node v7.5 and npm v4.2)
2. `cd` to directory you've cloned this repo into
4. Run: `npm install`

## Compile+run app

tsc

Then

node index.js

## Generate dist repo

On a machine with GNU findutils and `cpio`:

find -type f -not -name "*.ts" -and -not -path "./.git/*" -and -not -path "./node-modules/*" -and -not -name '*.map' | cpio -pdamv ../glaucoma-risk-calc-engine-dist

Alternatively a simple:

cp -r {test,*.js*,*.md} ../glaucoma-risk-calculator-engine-dist

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.