⚡️ A heart rate monitor app built with Capacitor.
Android | iOS |
---|---|
The following plugins are used in this project:
- Install Node.js which includes Node Package Manager
- Android development: Install Android Studio
- iOS development: Install XCode
- You must have access to the Capawesome Sponsorware (Read more)
- You must own a Polar H9.
# Clone this repository
$ git clone https://github.com/pkglab/capacitor-heart-rate-monitor-app.git
# Change to the root directory of the project
$ cd capacitor-heart-rate-monitor-app
# Install all dependencies
$ npm i
# Run the Android app
$ npx ionic cap sync android
$ npx ionic cap run android
# Run the iOS app
$ npx ionic cap sync ios
$ npx ionic cap run ios
This project uses Ionic as app development platform and the Ionic CLI.