https://github.com/xmlking/node-iot-healthcare
node.js lib for fitness and health tracking devices.
https://github.com/xmlking/node-iot-healthcare
Last synced: 4 months ago
JSON representation
node.js lib for fitness and health tracking devices.
- Host: GitHub
- URL: https://github.com/xmlking/node-iot-healthcare
- Owner: xmlking
- License: mit
- Created: 2015-05-10T23:01:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T07:33:59.000Z (over 10 years ago)
- Last Synced: 2025-03-03T01:26:21.766Z (10 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Node-IoT-HealthCare
===================
node.js lib for fitness and health tracking devices.

###Pre-Requisites
iojs v2.1.0
```sh
[sudo] npm install -g babel
```
### Setup
```sh
npm install
```
### Build
```sh
npm run prepublish
```
### Test
```sh
npm run test
```
### Run
```sh
sudo su # for RaspberryPi when running with pi account
babel-node --stage 0 -- test.js
```
### Debug
```sh
sudo su # for RaspberryPi when running with pi account
babel-node --debug --stage 0 -- test.js --debug
```