diff --git a/README.md b/README.md index 4239ce1..0d12702 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # WearSync - Sync BLE device data to github + +Sync BLE smart watch device data (heart rate, battery, etc.) to an InfluxDB server. + +### Demo + + + +### It can be started as a background service! + +![Background Service](docs/imgs/background.png) + diff --git a/docs/imgs/background.png b/docs/imgs/background.png new file mode 100644 index 0000000..7893332 Binary files /dev/null and b/docs/imgs/background.png differ