bidmc.interfaces
v0.2.102
Published
BIDMC Web Intefaces
Downloads
8
Readme
javascript-rest-interface
This library provides a interface for MyICU-Patient to integrate with the REST API of ASA Server.
How to Publish to NPM the First Time
Follow steps 1-3 only once. Steps 4-5 everytime you want to push a build to NPM.
- Run command
npm config set registry http://nuget.ma.aptima.com/npm/AMeasureJSNPM
- Run command
npm config set always-auth true
- Run command
npm adduser
and use user: mtolland password: shadowdog - Commit and push all changes to master branch.
- Run
grunt npmpublish
. Enter your Gitlab credentials when prompted.