JonasPrimbs / web-ble-activity-monitor

A web application to monitor ECG and movement activities via Bluetooth Low Energy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web BLE Activity Monitor

A web application to monitor ECG and movement activities via Bluetooth Low Energy.

Get Started

This project was generated with Angular CLI version 14.2.6.

Setup Dev Environment

Run the following command do clone the repository:

git clone https://github.com/JonasPrimbs/web-ble-activity-monitor

Move into the cloned repository with the following command:

cd web-ble-activity-monitor

Run the following command to install all dependencies:

npm install

(Optional): Install Angular CLI:

npm install -g @angular/cli

Build the App

Run the following command to build the app to /dist/web-ble-activity-monitor:

ng build

Run the App (Dev Mode)

WARNING: This is for development purposes only! DO NOT USE THIS FOR PRODUCTION!!!

Run the following command to run the app on your device:

ng serve

Then navigate to http://localhost:4200/.

About

A web application to monitor ECG and movement activities via Bluetooth Low Energy.

License:GNU General Public License v3.0


Languages

Language:TypeScript 76.0%Language:HTML 17.9%Language:JavaScript 3.4%Language:SCSS 2.7%